How to draw or put a text on empty an UITableViewController ?
Posted
by elementsense
on Stack Overflow
See other posts from Stack Overflow
or by elementsense
Published on 2010-06-11T21:51:05Z
Indexed on
2010/06/11
21:52 UTC
Read the original article
Hit count: 191
iphone
|uitableviewcontroller
Hi
I have a app that starts with a empty UITableViewController, which is pretty .. well, emtpy. Now I was wondering if I could hint the user by painting something else on the view, like pointing an arrow to the plus button and say something like "press here to add something new"
I'll guess I have to do this in the viewDidLoad method, where I also init my NSFetchedResultsController, so I actually know if there are any objects in my list. I never put controls on the screen by code so I am not sure where to start and where to put em on. will that be the [self view] ?
Thanks
© Stack Overflow or respective owner