X-my / MYFlowOverView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Objective-C 100.0%