DetailGalleryVC
class DetailGalleryVC : UIViewController
extension DetailGalleryVC: UICollectionViewDelegate, UICollectionViewDataSource, UICollectionViewDelegateFlowLayout
extension DetailGalleryVC: DZNEmptyDataSetSource, DZNEmptyDataSetDelegate
extension DetailGalleryVC: TabBarDelegate
Undocumented
-
Undocumented
Declaration
Swift
@IBOutlet weak var segmentedControl: UIView! -
Undocumented
Declaration
Swift
@IBOutlet weak var collectionView: UICollectionView! -
Undocumented
Declaration
Swift
var fetchedPhotos: [UIImage?] -
Undocumented
Declaration
Swift
var commerce: Commerce! -
Undocumented
Declaration
Swift
var photos: <<error type>> -
Undocumented
Declaration
Swift
var videos: <<error type>> -
Undocumented
Declaration
Swift
let titles: [String] -
Undocumented
Declaration
Swift
fileprivate var buttons: <<error type>> -
Undocumented
Declaration
Swift
fileprivate var tabBar: TabBar! -
Undocumented
Declaration
Swift
var shdShowVideos: Bool -
Undocumented
Declaration
Swift
override func viewDidLoad() -
Undocumented
Declaration
Swift
override func viewWillAppear(_ animated: Bool) -
Undocumented
Declaration
Swift
func queryMedias() -
Undocumented
Declaration
Swift
func fetchPhotos() -
Undocumented
Declaration
Swift
func fetchVideos() -
Undocumented
Declaration
Swift
func refreshViewWithSelectedInput(selectedInput: Int) -
Undocumented
Declaration
Swift
func refreshCollection() -
Undocumented
Declaration
Swift
func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize -
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) -
Undocumented
Declaration
Swift
func image(forEmptyDataSet scrollView: UIScrollView!) -> UIImage! -
Undocumented
Declaration
Swift
func title(forEmptyDataSet scrollView: UIScrollView!) -> NSAttributedString! -
Undocumented
Declaration
Swift
func description(forEmptyDataSet scrollView: UIScrollView!) -> NSAttributedString! -
Undocumented
Declaration
Swift
func backgroundColor(forEmptyDataSet scrollView: UIScrollView!) -> UIColor! -
Undocumented
Declaration
Swift
func emptyDataSet(_ scrollView: UIScrollView!, didTap button: UIButton!) -
Undocumented
Declaration
Swift
fileprivate func prepareButtons() -
Undocumented
Declaration
Swift
fileprivate func prepareTabBar() -
Undocumented
Declaration
Swift
@objc func tabBar(tabBar: TabBar, willSelect tabItem: TabItem)
DetailGalleryVC Class Reference