I want to reabuild the email-app one to one for a private-message system.
I am working at the moment on the email-overview-screen.
Now I have a ViewController for this with a UITableView and a UINavigationBar on it.
2 simple questions:
- How do I get more then one line in the cell, specificly 2-4 different font-types (bold / not bold / blue) exactly rebuilded as seen in the link above?
- How do I can add a PullDown-Refresh functionality? (You know, this pull down, oh refrash, thing, emails have)