SmallTigerTeam / NLBouncePagination

iOS仿淘宝详情滑动翻页

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NLBouncePagination

iOS仿淘宝详情滑动翻页

demo

使用

  1. NLBouncePagination 拖到工程里,注意选中Copy items into destination group‘s folder (if needed)

  2. 创建两个UITableViewController,一个是主页显示,一个上拉后出现的子页显示,分别继承NLMainTableViewControllerNLSubTableViewController

  3. 最后,在主页的VC的viewDidLoad里关联上子页VC即可

    self.subTableViewController = [[DemoSubViewController alloc] init];
    

协议

MIT

About

iOS仿淘宝详情滑动翻页

License:MIT License


Languages

Language:Objective-C 100.0%