Re: Help With TableViews
Hey I don't know if you have done this or not, but try checking your local API documentation. If you don't know where it is at, it is under Developer->Documentation->DocSets. Or you can right click UITableViewCell in your code and select Find Selected Text in API Reference.
Things I noticed in the API that may help you out:
Most of what is under Editing the Cell, it offers editing styles and transition.
Under Configuring Cell Background you can choose a view to use as the cells background, which you can either color manually or choose an image.
Let me know if any of that is helpful, if so let me know if you need any more help, and I apologize if I am reiterating things you knew.
|