C# 클래스 MikeCodesDotNET.iOS.UIViewExtensions

파일 보기 프로젝트 열기: MikeCodesDotNet/Awesomizer

공개 메소드들

메소드 설명
ApplyMotionEffects ( this view, float horizontalRange = 10.0f, float verticalRange = 10.0f ) : void
Darken ( this color, int steps ) : UIKit.UIColor
FadeIn ( this view, double duration, float delay ) : void
FlipWithDuration ( this view, double duration, UIViewAnimationFlipDirection direction, int repeatCount, bool shouldAutoReverse ) : void
IsBeingAnimated ( this view ) : bool
Lighten ( this color, int steps ) : UIKit.UIColor
MakeRounded ( this image, int cornerRadius ) : void
Pop ( this view, double duration, int repeatCount, float force ) : void
PulseToSize ( this view, float scale, double duration, bool repeat ) : void
RotateToAngle ( this view, float angle, double duration, UIViewAnimationRotationDirection direction, int repeatCount, bool shouldAutoReverse ) : void
SetHeight ( this view, nfloat height ) : void
SetOriginX ( this view, nfloat x ) : void
SetOriginY ( this view, nfloat y ) : void
SetWidth ( this view, nfloat width ) : void
ShakeHorizontally ( this view, float strength = 12.0f ) : void
ShakeVertically ( this view, float strength = 12.0f ) : void
StopAnimation ( this view ) : void
StringSize ( this label ) : System.Drawing.CGSize
Tint ( this img, UIKit.UIColor tint, CGBlendMode blendMode ) : UIKit.UIImage
ToUIColor ( this hexString ) : UIKit.UIColor

메소드 상세

ApplyMotionEffects() 공개 정적인 메소드

public static ApplyMotionEffects ( this view, float horizontalRange = 10.0f, float verticalRange = 10.0f ) : void
view this
horizontalRange float
verticalRange float
리턴 void

Darken() 공개 정적인 메소드

public static Darken ( this color, int steps ) : UIKit.UIColor
color this
steps int
리턴 UIKit.UIColor

FadeIn() 공개 정적인 메소드

public static FadeIn ( this view, double duration, float delay ) : void
view this
duration double
delay float
리턴 void

FlipWithDuration() 공개 정적인 메소드

public static FlipWithDuration ( this view, double duration, UIViewAnimationFlipDirection direction, int repeatCount, bool shouldAutoReverse ) : void
view this
duration double
direction UIViewAnimationFlipDirection
repeatCount int
shouldAutoReverse bool
리턴 void

IsBeingAnimated() 공개 정적인 메소드

public static IsBeingAnimated ( this view ) : bool
view this
리턴 bool

Lighten() 공개 정적인 메소드

public static Lighten ( this color, int steps ) : UIKit.UIColor
color this
steps int
리턴 UIKit.UIColor

MakeRounded() 공개 정적인 메소드

public static MakeRounded ( this image, int cornerRadius ) : void
image this
cornerRadius int
리턴 void

Pop() 공개 정적인 메소드

public static Pop ( this view, double duration, int repeatCount, float force ) : void
view this
duration double
repeatCount int
force float
리턴 void

PulseToSize() 공개 정적인 메소드

public static PulseToSize ( this view, float scale, double duration, bool repeat ) : void
view this
scale float
duration double
repeat bool
리턴 void

RotateToAngle() 공개 정적인 메소드

public static RotateToAngle ( this view, float angle, double duration, UIViewAnimationRotationDirection direction, int repeatCount, bool shouldAutoReverse ) : void
view this
angle float
duration double
direction UIViewAnimationRotationDirection
repeatCount int
shouldAutoReverse bool
리턴 void

SetHeight() 공개 정적인 메소드

public static SetHeight ( this view, nfloat height ) : void
view this
height nfloat
리턴 void

SetOriginX() 공개 정적인 메소드

public static SetOriginX ( this view, nfloat x ) : void
view this
x nfloat
리턴 void

SetOriginY() 공개 정적인 메소드

public static SetOriginY ( this view, nfloat y ) : void
view this
y nfloat
리턴 void

SetWidth() 공개 정적인 메소드

public static SetWidth ( this view, nfloat width ) : void
view this
width nfloat
리턴 void

ShakeHorizontally() 공개 정적인 메소드

public static ShakeHorizontally ( this view, float strength = 12.0f ) : void
view this
strength float
리턴 void

ShakeVertically() 공개 정적인 메소드

public static ShakeVertically ( this view, float strength = 12.0f ) : void
view this
strength float
리턴 void

StopAnimation() 공개 정적인 메소드

public static StopAnimation ( this view ) : void
view this
리턴 void

StringSize() 공개 정적인 메소드

public static StringSize ( this label ) : System.Drawing.CGSize
label this
리턴 System.Drawing.CGSize

Tint() 공개 정적인 메소드

public static Tint ( this img, UIKit.UIColor tint, CGBlendMode blendMode ) : UIKit.UIImage
img this
tint UIKit.UIColor
blendMode CGBlendMode
리턴 UIKit.UIImage

ToUIColor() 공개 정적인 메소드

public static ToUIColor ( this hexString ) : UIKit.UIColor
hexString this
리턴 UIKit.UIColor