A collection of "homemade" iOS components.
- YHListKit: 一个轻量级的数据驱动列表框架
- SCActivityIndicatorView:一个点点点样式的 Indicator view
- SCEqualInteritemSpacingCollectionView:展示等间距标签的 layout,可以设置整体居左、居右,或者居中
- SCProgressView - 一个带气泡的进度条
- SCSnapshotManager - 一个生成长图/快照的框架
- SCWebBrowserView - 一个兼容 iOS 8 以下版本的 web 容器,基于
UIWebView
和WKWebView
的封装 - SCInstructionSpotlightView - An easy-to-use tool for tutorial or coach in your app.
- SCTrailingPullControl - 左拉横向滚动卡片流查看更多
- SCRetangleProgressView - A progress view in the shape of a rectangle instead of a circle.
- MTRefresh - A simple-version of MJRefresh, just for self-study. Thanks for CoderMJ's sharing.
- SCStickyCellHeaderCollectionView - A custom UICollectionView wrapper with sticky "cell" header effect, and it has UICollectionView-like API.
- SCScrollBarController - Swipe between ViewControllers like in the Beibei or Miya app with an interactive scroll bar on the top of view controllers.
- SCCustomButton - 一个简单易用的自定义 UIButton,支持多种图文布局方式(上图下文、左图右文、上文下图、左文右图),支持设置图文间距,支持设置图片圆角大小(比如头像)
- DebugHelper - A shake-to-use debug tool combined with FLEX, iConsole and GDPerformanceView.