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
这里推荐一下我自己写的另一个工具库。原本该控件库和工具库是一个库,后来觉得冗余因此将其独立出来。
地址:RKO工具
集成:
pod 'RKOTools', '~> 1.4.0'
博客
我在课余时间利用HEXO
在GitHub上搭建了个人博客。未来会为部分工具撰写对应的博客文章。下面是我的博客链接:
喵喵喵