Skip to content

A category of UIView to make a view show in the key window with difference animation.

License

Notifications You must be signed in to change notification settings

X-my/UIView-MYPop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIView-MYPop

A Category of UIView to make a view show in the key window.

Usage

	import "UIView+MYPop.h"
	
	UIView* aView = [[UIView alloc]initWithFrame:CGRectMake(0, 0, 100, 100)];
    aView.backgroundColor = [UIColor redColor];
    [aView showWithAnimateType:MYPopAnimationTypeFade];

About

A category of UIView to make a view show in the key window with difference animation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published