So I currently am using a UIViewController to manage a view.
On that view, I have a button that opens up a UIActionSheet.
After setting that Action sheet, I have some code in my ViewWillAppear method that doesn't get called on a UIActionSheet close.
I have figured out how to reload a tableview, but for some reason, there doesn't seem to be something similar for a standard view. I basically want to refresh the view so it calls out the ViewWillAppear code segment on my page.
thanks!
On that view, I have a button that opens up a UIActionSheet.
After setting that Action sheet, I have some code in my ViewWillAppear method that doesn't get called on a UIActionSheet close.
I have figured out how to reload a tableview, but for some reason, there doesn't seem to be something similar for a standard view. I basically want to refresh the view so it calls out the ViewWillAppear code segment on my page.
thanks!