Skip to content

redihd/ZqwHorizontalTableView

Repository files navigation

ZqwHorizontalTableView

//@property (nonatomic, weak) id actionDelegate;

  • (void) zqwTableView:(ZqwHorizontalTableView*)tableView didTapAtColumn:(NSInteger)column;

@property (nonatomic, weak) id dataSource;

  • (NSInteger)numberOfColumnsInZqwTableView:(ZqwHorizontalTableView *)tableView;

  • (ZqwTableViewCell *)zqwTableView:(ZqwHorizontalTableView *)tableView cellAtColumn:(NSInteger)column;

  • (CGFloat)zqwTableView:(ZqwHorizontalTableView *)tableView cellWidthAtColumn:(NSInteger)column;

@interface ZqwHorizontalTableView : UIScrollView

  • (ZqwTableViewCell *)dequeueZqwTalbeViewCellForIdentifiy:(NSString *)identifiy;
  • (void)reloadData;

how to use

download zip run it

About

horizontalTableView with dequeueCell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published