UICollectionView
class UICollectionView : UIScrollView, UIDataSourceTranslating
-
Undocumented
Declaration
Swift
func getMidVisibleIndexPath() -> IndexPath?
-
Undocumented
Declaration
Swift
func register<T>(_: T.Type) where T : UICollectionViewCell, T : ReusableView
-
Undocumented
Declaration
Swift
func register<T>(_: T.Type) where T : UICollectionViewCell, T : NibLoadableView, T : ReusableView
-
Undocumented
Declaration
Swift
func dequeueReusableCell<T>(for indexPath: IndexPath) -> T where T : UICollectionViewCell, T : ReusableView