HomeVC
class HomeVC: UIViewController , CollectionViewDelegateAndDataSource, UITableViewDataSource
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var tableView: UITableView! -
Undocumented
Declaration
Swift
override func viewDidLoad() -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int -
Undocumented
Declaration
Swift
func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell -
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int -
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell -
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath)
HomeVC Class Reference