RKOControls
自己的一个控件库。每一个单独的控件都支持CocoaPods
。
目录
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的地址贴出来吧:
喵喵喵