Sha256: e991571418a23d17648d9b57e7f01138f55af31af7533e36a5a6d70a1391a826

Contents?: true

Size: 183 Bytes

Versions: 1

Compression:

Stored size: 183 Bytes

Contents

module ProMotion
  class NavigationController < UINavigationController
    def dealloc
      $stderr.puts "Deallocating #{self.to_s}" if ProMotion::Screen.debug_mode
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ProMotion-0.3.0 lib/ProMotion/_ext/NavigationController.rb