C# 클래스 iOSHelpers.ViewExtensions

파일 보기 프로젝트 열기: Clancey/iOSHelpers

공개 메소드들

메소드 설명
AddMotion ( this view, nfloat min, nfloat max ) : UIView
Pulse ( this view, nfloat max ) : UIView

메소드 상세

AddMotion() 공개 정적인 메소드

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

Pulse() 공개 정적인 메소드

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