Note that there are some explanatory texts on larger screens.

plurals
  1. USShaun Olczyk
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COHave a look at this image: http://i.stack.imgur.com/tkgdn.png. It's from a similar question to yours. I've just double checked on my iPad running iOS 6, and the `From` field is absolutely still there within the view controller. It only appears when you have multiple e-mail addresses configured, and because it's built-in to the API, there's no sample code to post.
      singulars
    2. COQuick edit and big oversight/mistake on my part: use `pushViewController:animated:` instead of `presentViewController:...` with self.navigationController. This would definitely explain the "no visible interface" error you got. Otherwise, everything else in the diagram and what I've said in my previous comments regarding the view hierarchy and what to do/not to do in the app delegate is still correct :)
      singulars
    3. COHave a look at this crude diagram I whipped up: http://i46.tinypic.com/14qyhv.png. All your AppDelegate should do as far as views are concerned is initialize an instance of your tableview subclass and a navigation controller, set the tableview instance as the nav controller's root VC, and set the nav controller as the window's root VC. From there, all navigation should be handled by the individual VCs because anything that came from the nav controller's root VC will point back to that nav controller. You don't need a nav controller for each view controller you want to present.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload