C1CollectionViewFlowLayout Class
In This Topic
UIKit.UICollectionView layout which shows an UIKit.UIActivityIndicatorView as a decorator in the bottom of the list to indicate more items are being loaded.
Object Model
Syntax
'Declaration
Public Class C1CollectionViewFlowLayout
Inherits UIKit.UICollectionViewFlowLayout
Implements Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject
public class C1CollectionViewFlowLayout : UIKit.UICollectionViewFlowLayout, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject
Inheritance Hierarchy
System.Object
Foundation.NSObject
UIKit.UICollectionViewLayout
UIKit.UICollectionViewFlowLayout
C1.iOS.DataCollection.C1CollectionViewFlowLayout
See Also