Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 656 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 656 Bytes

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