NewsFeedsViewController
public class NewsFeedsViewController : UIViewController
extension NewsFeedsViewController: UITableViewDelegate, UITableViewDataSource
-
Declaration
Swift
public var propertyId: Int
-
Declaration
Swift
public weak var delegate: NewsFeedsViewControllerDelegate?
-
Declaration
Swift
public var isFromTabbar: Bool
-
Declaration
Swift
public override func viewDidLoad()
-
Declaration
Swift
public override func viewWillAppear(_ animated: Bool)
-
Declaration
Swift
public override func viewDidLayoutSubviews()
-
Declaration
Swift
public func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat
-
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)