自定义一个UILable类,重写drawTextInRect方法绘制数字和背景。- (void)drawTextInRect:(CGRect)rect { // 获取字符...
自定义一个UILable类,重写drawTextInRect方法绘制数字和背景。- (void)drawTextInRect:(CGRect)rect { // 获取字符...
项目中经常遇到要使用tableview嵌套collectionview 分组多选,于是我就总结一下写了个demo[https://github.com/yanjixiang/...
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
[cell.btn addTarget:selfaction:@selector(didButtonClick:event:)forControlEvents:UICon...
1.默认选中第一个item dispatch_async(dispatch_get_main_queue(), ^{ if(indexPath.item == 0) {...
SELsel = NSSelectorFromString(@"_setRowAlignmentsOptions:"); if([layout respondsToSele...
解决 IQKeyboardManager 和 YYTextView 冲突 在用到YYTextView的页面添加下面代码即可 [[IQKeyboardManager share...
获取cell (tableviewcell、collectionviewcell) NSIndexPath *indexPath = [NSIndexPath indexPa...
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forR...