OthersVC
class OthersVC: UIViewController, UICollectionViewDelegate, UICollectionViewDataSource
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var collectionView: UICollectionView! -
Undocumented
Declaration
Swift
var others = ["Restaurants\nCompanies\nPublic Places", "Music\nFilms\nTv Programmes", "Public Figures", "Places Entry Task"] -
Undocumented
Declaration
Swift
var imagesName = ["company1", "entertainment", "celebraties", "company"] -
Undocumented
Declaration
Swift
override func viewDidLoad() -
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)
OthersVC Class Reference