C# Class iOSHelpers.ViewExtensions

ファイルを表示 Open project: Clancey/iOSHelpers

Public Methods

Method Description
AddMotion ( this view, nfloat min, nfloat max ) : UIView
Pulse ( this view, nfloat max ) : UIView

Method Details

AddMotion() public static method

public static AddMotion ( this view, nfloat min, nfloat max ) : UIView
view this
min nfloat
max nfloat
return UIView

Pulse() public static method

public static Pulse ( this view, nfloat max ) : UIView
view this
max nfloat
return UIView