popView include tableView ,alertView and textView
tableViewPopView , //a tableView in popView;
alertPopView , //a alertView in popView ,including title and button(s); textViewPopView //a textView in popView ,including button;
- (void)textViewBtnClick:(NSString *)text; // popViewType == textViewPopView
- (void)alertBtnClick:(UIButton*)btn; // popViewType == alertPopView
- (void)popTableViewDidSelect :(NSIndexPath *)index; // popViewType == tableViewPopView
- (instancetype)initWithFrame:(CGRect)frame WithType:(popViewType)popViewType ;
you can let popView show from the point in screen; @property (assign,nonatomic) CGPoint showPoint;