liuyunl / CommonControlsCollection

iOS 自定义的常用控件合集

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CommonControlsCollection iOS常用控件集合

  1. CCImagePicker 自定义照片选择器

    • 参考了苹果官方Demo,高效、实用,用UIPageViewController+ScollView使滚动查看多张照片时,占用较少内存资源
  2. CCInteractiveTransitionAnimation 自定义导航动画

    • 实现了自定义的导航跳转动画,并且动画可交互
  3. CCSildeTabBarController自定义TabBarController

    • 自定义一个可以左右滑动切换视图的TabBarController,并且切换动画可以交互
  4. CCButton

    • 自定义Button
  5. CCCalendar

    • 自定义日历,高度模仿了苹果原生系统的无限滑动效果,支持单选和多选
  6. CCPageViewController

    • 分页控件
  7. 持续更新中...

About

iOS 自定义的常用控件合集


Languages

Language:Objective-C 92.1%Language:Swift 7.9%