ADPhotoKit Documentation

Class ADAlbum​List​Controller

public class ADAlbumListController: UIViewController  

Controller to display albums.

%253 ADAlbumListController ADAlbumListController UITableViewDataSource UITableViewDataSource ADAlbumListController->UITableViewDataSource UIViewController UIViewController ADAlbumListController->UIViewController UITableViewDelegate UITableViewDelegate ADAlbumListController->UITableViewDelegate

Conforms To

UITableViewDataSource
UITableViewDelegate
UIViewController

Properties

table​View

public var tableView: UITableView! 

Use to show albums.

data​Source

public var dataSource: ADAlbumListDataSource! 

Data source contain album models.

preferred​Status​Bar​Style

public override var preferredStatusBarStyle: UIStatusBarStyle  

Methods

view​Did​Load()

public override func viewDidLoad()  

view​Will​Appear(_:​)

public override func viewWillAppear(_ animated: Bool)  

table​View(_:​number​OfRows​InSection:​)

public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int  

table​View(_:​cell​For​Row​At:​)

public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell  

table​View(_:​did​Select​Row​At:​)

public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath)