CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

wang

2pods

DPPageViewController

一个类似网易新闻页面切换的控件.用两行代码就可以实现

DPPageViewController *pagevc = [[DPPageViewController alloc] initWithTitle:@"Page View Controller" viewControllers:@[vc1,vc2,vc3,vc4,vc5]]; [self.navigationController pushViewController:pagevc animated:YES];

License: MIT

  • Objective C