Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Latest commit

 

History

History
116 lines (79 loc) · 3.81 KB

README.md

File metadata and controls

116 lines (79 loc) · 3.81 KB

RKOControls

自己的一个控件库。每一个单独的控件都支持CocoaPods

目录

  1. RKOControl
    1. RKONetworkAlert
    2. RKOTextView
    3. RKOTopAlert
  2. RKOTools
  3. BLOG

RKOControl

RKONetworkAlert

详情说明见地址:RKONetworkAlert

集成:

 pod 'RKONetworkAlert', '~> 1.0.0'

使用:

+ (void)popAlert;

RKOTextView

详情说明见地址:RKOTextView

集成:

 pod 'RKOTextView', '~> 1.0.0'

基本使用:

[self.textView textViewStyleWithplaceholder:@"请输入待办内容..." maxLimitNumber:40 maxNumberOfLines:3 clearBtnMode:RKOTextFieldViewModeWhileEditing];

RKOTopAlert

详情说明见地址:RKOTopAlert

集成:

 pod 'RKOTopAlert', '~> 1.0.0'

使用:

[RKOTopAlert popAlertViewWithText:@"提醒文字" textColor:[UIColor redColor] ackgroundColor:[UIColor blackColor];

RKOTools

这里安利一下我写的另外一个工具库。原本该控件库和工具库是一个库,后来觉得冗余所以将控件库单独提出来了。

地址:RKOTools

集成:

 pod 'RKOTools', '~> 1.4.0'

BLOG

本人课余时间利用HEXO在GitHub上搭建的博客。未来部分工具会有对应的blog文章对应。在这里也把blog的地址贴出来吧:

喵喵喵