@techytube
  @techytube
techytube | Different types of UITableView cells in iOS @techytube | Uploaded 11 years ago | Updated 5 minutes ago
Subscribe to our channel here for notifications on new video trainings. For more videos on technology, visit our website at http://www.techytube.com.
By pavel@techytube, for more from this author visit:
http://www.techytube.com/author/pavel

A cell in a UITableView is an object of UITableViewCell class, and can have one of four styles, which are:
UITableViewCellStyleDefault, UITableViewCellStyleSubtitle, UITableViewCellStyleValue1, and UITableViewCellStyleValue2, and you can use those according to your app's specifications, or you can create your custom cells, which we will discuss later.
All the cell styles (except UITableViewCellStyleDefault) allow us to specify a textLabel, and a detailTextLabel. We can also have an image on the left.
For the right side, we can specify different accessory types, which are:
UITableViewCellAccessoryNone, UITableViewCellAccessoryDisclosureIndicator, UITableViewCellAccessoryDetailDisclosureButton, and UITableViewCellAccessoryCheckmark. Each accessory type has its own meaning, and you have to check that in the Human Interface Guidelines provided by Apple. In case you use them for different meaning your app may get rejected.

For more, please visit Apple's online documentation at:

http://developer.apple.com/library/ios/#documentation/uikit/reference/UITableViewCell_Class/Reference/Reference.html
Different types of UITableView cells in iOSLinux Archive, Backup And Compress Utility (tar, Gzip, Bzip2, 7zip, Zip etc.) Part - 2

Different types of UITableView cells in iOS @techytube

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER