Skip to content

Customize the layout of TableVIew using CustumTableViewCell and accessoryView.

   

By creating CustumTableViewCell, you can use cells of your favorite layout in TableView.
And the TableViewCell accessory view can be equipped with accessories such as UISwitches and checkmarks.
Here is a sample code that uses both.

Reference: [Swift]UITableViewCellのaccessoryViewでaccessoryButtonTappedForRowWithIndexPathが来ない件の対応

  1. Adding a TextField to UIAlertController
  2. Implementing NavigationController
  3. Generating a QR code from a string or URL
  4. Display an alert with UIAlertController
  5. UIAlertController(UIActionSheet)
  6. Enumerated Type
  7. How to learn how to program iPhone apps