lib/ProMotion/_ext/NavigationController.rb in ProMotion-0.2.0 vs lib/ProMotion/_ext/NavigationController.rb in ProMotion-0.3.0
- old
+ new
@@ -1,5 +1,7 @@
module ProMotion
class NavigationController < UINavigationController
-
+ def dealloc
+ $stderr.puts "Deallocating #{self.to_s}" if ProMotion::Screen.debug_mode
+ end
end
end
\ No newline at end of file