English 中文(简体)
如何从UINavigationController卸载UIview?
原标题:How to unload an UIview from UINavigationController?
  • 时间:2011-05-24 11:56:39
  •  标签:
  • iphone
  • sdk

我使用UINavigationController在不同的视图之间移动。

最后一个视图需要是在上一个视图中选择的动态视图。viewDidLoad方法没有帮助,因为内容与第一次相同。我需要知道如何卸载uiview。。。

我还尝试过viewDidPeare;在这种情况下,先前创建的对象不会被删除,并且新对象会被加载到其他对象之上。

我该怎么办?当我切换到另一个视图或返回时卸载?

最佳回答

尝试在viewDidDisapper方法中卸载您的视图控制器。

我认为它应该起作用。

问题回答

如果它是子视图,您应该能够调用removeFromSuperView





相关问题
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风格的解决办法,只是一个简单的袖珍流程......

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

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

热门标签