TPopView Class Reference

Inherits from UIView
Declared in TPopView.h
TPopView.m

Other Methods

  tableView

@property (nonatomic, strong) UITableView *tableView

  arrowPoint

@property (nonatomic, assign) CGPoint arrowPoint

  delegate

@property (nonatomic, weak) id<TPopViewDelegate> delegate

– setData:

- (void)setData:(NSMutableArray *)data

– showInWindow:

- (void)showInWindow:(UIWindow *)window

Other Methods

– initWithFrame:

- (id)initWithFrame:(CGRect)frame

– setupViews

- (void)setupViews

– tableView:numberOfRowsInSection:

- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section

– tableView:heightForRowAtIndexPath:

- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath

– tableView:cellForRowAtIndexPath:

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath

– tableView:didSelectRowAtIndexPath:

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath

– drawRect:

- (void)drawRect:(CGRect)rect

– gestureRecognizer:shouldReceiveTouch:

- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch

– onTap:

- (void)onTap:(UIGestureRecognizer *)recognizer

– hide

- (void)hide

Extension Methods

  data

@property (nonatomic, strong) NSMutableArray *data