AboutViewController
extension AboutViewController : UITableViewDelegate, UITableViewDataSource
extension AboutViewController: MFMailComposeViewControllerDelegate
-
Declaration
Swift
public func numberOfSections(in tableView: UITableView) -> Int -
Declaration
Swift
public func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int -
Declaration
Swift
public func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell -
Declaration
Swift
public func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) -
Declaration
Swift
public func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat -
Declaration
Swift
public func tableView(_ tableView: UITableView, heightForFooterInSection section: Int) -> CGFloat -
Declaration
Swift
public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
AboutViewController Extension Reference