C# Class MessagesExtension.IceCreamPartCollectionViewLayout

Inheritance: UICollectionViewFlowLayout
Mostrar archivo Open project: xamarin/monotouch-samples

Public Methods

Method Description
IceCreamPartCollectionViewLayout ( IntPtr handle ) : System
IndexPathForVisibleItemClosest ( nfloat offset ) : NSIndexPath
TargetContentOffset ( CGPoint proposedContentOffset, CGPoint scrollingVelocity ) : CGPoint

Method Details

IceCreamPartCollectionViewLayout() public method

public IceCreamPartCollectionViewLayout ( IntPtr handle ) : System
handle System.IntPtr
return System

IndexPathForVisibleItemClosest() public method

public IndexPathForVisibleItemClosest ( nfloat offset ) : NSIndexPath
offset nfloat
return NSIndexPath

TargetContentOffset() public method

public TargetContentOffset ( CGPoint proposedContentOffset, CGPoint scrollingVelocity ) : CGPoint
proposedContentOffset CGPoint
scrollingVelocity CGPoint
return CGPoint