一.在苹果开发者中心[https://developer.apple.com]找到自己项目,开启Associated Domains 二.在项目...
自定义一个UILable类,重写drawTextInRect方法绘制数字和背景。- (void)drawTextInRect:(CGRect)r...
项目中经常遇到要使用tableview嵌套collectionview 分组多选,于是我就总结一下写了个demo[https://github....
IQKeyboardManager 和 YYTextView 冲突解决 在当前页面添加以下代码即可 [[IQKeyboardManager sh...
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewC...
UIWindow *window =[UIApplication sharedApplication].keyWindow;
获取cell (tableviewcell、collectionviewcell) NSIndexPath *indexPath = [NSIn...
解决 IQKeyboardManager 和 YYTextView 冲突 在用到YYTextView的页面添加下面代码即可 [[IQKeyboa...