Changing a view after modalViewController is dismissed (Cocoa Touch)
Posted
by Calvin L
on Stack Overflow
See other posts from Stack Overflow
or by Calvin L
Published on 2010-05-28T21:59:21Z
Indexed on
2010/05/28
22:02 UTC
Read the original article
Hit count: 318
objective-c
|cocoa-touch
I have a viewController that presents a modalViewController when a UINavigationBarItem is touched. After the user is done with the modal view, the modalViewController is dismissed. At this point I want to change/remove the NavigationBarItem -- how would I accomplish this?
I was thinking of using viewWillAppear: but I only want the change to happen when the modalViewController is dismissed.
© Stack Overflow or respective owner