iPhone Using a Modal View from a TabBar View
- by mbarron
Using a Modal View from a TabBar View
I always get the following error:
Error from Debugger: Previous Frame identical to this frame (gdb could not unwind past this frame)
I have an App using a TabBar. From one of the TabViews I need to display
a View modally. I try:
if(self.gmailController == nil) {
self.gmailController =
…