From: Kensuke M. <mat...@ki...> - 2012-05-24 07:00:09
|
Hi all, A wrapper of UINavigationController doesn't have wrapped reference to wrapper of UIViewController, so it is GCed. Same thing about UIViewController/UIView and UIBarButtonItem/UIBarButtonItemDelegate. For example, tutorial/ios/navigation/stack seems work with xmlvm.backend=c option. But if I add "byte[] dummy = new byte[100000];" to ChildPage.loadView(), it crashes after some button taps. Thank you. |