How to UITableView

by Arnold Burian

Check out How to UITableView by JR. Here is an excerpt:

Drag out a UITableView and UITableViewCell

Screen Shot 2017-06-03 at 12.05.17 PM.png

Implement the source and delegate interfaces

Screen Shot 2017-06-03 at 12.06.03 PM.png

Connect the TableView outlet

Screen Shot 2017-06-03 at 12.09.38 PM.png

Give it some data

Screen Shot 2017-06-03 at 12.06.29 PM.png

Voila

Screen Shot 2017-06-03 at 12.06.58 PM.png

Code

ViewController.h

#import <UIKit/UIKit.h>

@interface ViewController : UIViewController <UITableViewDelegate,...

The full article is available here.

You may also like

This website uses cookies to improve your experience. Accept Read More