English 中文(简体)
我的 iPhone子在从背景和选择Index的Tabas后坠毁:0
原标题:My iPhone app crashes after opening it from background and selecting Tab atIndex:0

我确实可以这样说。 当我从我的笔迹中点击与开放式航道的链接,然后通过网页浏览,然后回到我的手稿上,我可以开放和浏览我的“条码”两条“条码”。 但是,当我试图选择一个<代码>atIndex: 0时,我获得一个<编码>EXEC_BAD_ACCESS和以下标准: 谁能帮助我了解如何做到这一点? 目前,我没有在<条码>中执行的任何代码或<条码>didEnterBackground或<条码>。 无。 因此,这个问题必须列入第一张表格的。 (奥赫和我不知道为什么会增加一个分观点。) 相关? 想法?

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
        0   libobjc.A.dylib                 0x0109ba63 objc_msgSend + 23
        1   UIKit                           0x0031f3df -[UIView(Internal) _didMoveFromWindow:toWindow:] + 966
        2   UIKit                           0x0031f1b0 -[UIView(Internal) _didMoveFromWindow:toWindow:] + 407
        3   UIKit                           0x0031f1b0 -[UIView(Internal) _didMoveFromWindow:toWindow:] + 407
        4   UIKit                           0x0031f1b0 -[UIView(Internal) _didMoveFromWindow:toWindow:] + 407
        5   UIKit                           0x0031f1b0 -[UIView(Internal) _didMoveFromWindow:toWindow:] + 407
        6   UIKit                           0x0031f1b0 -[UIView(Internal) _didMoveFromWindow:toWindow:] + 407
        7   UIKit                           0x0031dfc4 -[UIView(Hierarchy) _postMovedFromSuperview:] + 166
        8   UIKit                           0x00316dfc -[UIView(Internal) _addSubview:positioned:relativeTo:] + 1080
        9   UIKit                           0x0031514f -[UIView(Hierarchy) addSubview:] + 57
        10  UIKit                           0x003725ac -[UITransitionView transition:fromView:toView:] + 563
        11  UIKit                           0x00371955 -[UITransitionView transition:toView:] + 129
        12  UIKit                           0x003a6383 -[UITabBarController transitionFromViewController:toViewController:transition:shouldSetSelected:] + 459
        13  UIKit                           0x003a4d86 -[UITabBarController transitionFromViewController:toViewController:] + 64
        14  UIKit                           0x003a6b7e -[UITabBarController _setSelectedViewController:] + 263
        15  UIKit                           0x003a69ed -[UITabBarController _tabBarItemClicked:] + 352`
最佳回答

“BAD_ACCESS”是指你有可能获得已释放的记忆。 在你描述的情况中,由于记忆警告低,特别是眼看不见的警告,你的意见可能无法传达。 如果你为这种卸载做好准备,那么当观点重载时,通常会发生坏事。 • 确保你妥善处理你的视力控制器中的低荷载方法和对等视线。

问题回答

暂无回答




相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签