iOS: Coredatabooks: Change UITableview
I'm hobbying with the coredatabooks sample app--I'd like the UITableview to just be a list (that I can customize 开发者_JS百科later). Right now it sorts by author.
- What is the lingo I'm looking for?..different type of UITableViews?
- How do I change this/customize TableViews?
Pretty simple and straightforward. I'm just a novice teaching myself for fun. (You're teaching me!)
There are just two types of UItableViews, plain or grouped.
You can do extra customization but I would first suggest you to read this documentation on tableviews
精彩评论