Skip to content

X-my/MYFlowOverView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MYFlowOverView

Usage

  UIImageView* content = [[UIImageView alloc]initWithImage:[UIImage imageNamed:@"panda_bg"]];

  MYFlowOverView* flowOverView = [[MYFlowOverView alloc]initWithTargetView:sender contentView:content];
  
  flowOverView.flowDirection =  MYFlowOverViewFlowDirectionDown;
  
  [flowOverView show];

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published