YYB_iOSComponent 0.2.0

YYB_iOSComponent 0.2.0

Maintained by yanyibin.



  • By
  • Sniper

YYB_iOSComponents

  1. YYBCategory : 日常开发分类文件
pod 'YYB_iOSComponent', :subspecs => ["Category"]
  1. YYBRouter :协议路由器
pod 'YYB_iOSComponent', :subspecs => ["Router"]
  1. YYBAlertView :各式弹框
pod 'YYB_iOSComponent', :subspecs => ["AlertView"]

等待视图

提示视图(Toast)

标题 + 详情 + 两个按钮

标题 + 一个按钮

日期选择器

自定义视图

  1. YYBIndicator :进度条
pod 'YYB_iOSComponent', :subspecs => ["Indicator"]
  1. YYBNavigationBar :导航栏
pod 'YYB_iOSComponent', :subspecs => ["NavigationBar"]
  1. YYBPageControl :页面指示器
pod 'YYB_iOSComponent', :subspecs => ["PageControl"]
  1. YYBPlaceholderTextView :带占位符的文本框
pod 'YYB_iOSComponent', :subspecs => ["PlaceholderTextView"]
  1. YYBRefreshView :刷新控件
pod 'YYB_iOSComponent', :subspecs => ["RefreshView"]
  1. YYBShadowButton :带有阴影的按钮
pod 'YYB_iOSComponent', :subspecs => ["ShadowButton"]
  1. YYBShadowView :带有阴影的视图
pod 'YYB_iOSComponent', :subspecs => ["ShadowView"]
  1. YYBBase :基础控制器
pod 'YYB_iOSComponent', :subspecs => ["Base"]
  1. YYBPhotoBrowser :图片浏览器
pod 'YYB_iOSComponent', :subspecs => ["PhotoBrowser"]

多张图显示

单张图显示

  1. YYBPhotoViewController :图片选择器
pod 'YYB_iOSComponent', :subspecs => ["PhotoViewController"]