自定义一个UILable类,重写drawTextInRect方法绘制数字和背景。- (void)drawTextInRect:(CGRect)rect { // 获取字符...
自定义一个UILable类,重写drawTextInRect方法绘制数字和背景。- (void)drawTextInRect:(CGRect)rect { // 获取字符...
项目中经常遇到要使用tableview嵌套collectionview 分组多选,于是我就总结一下写了个demo[https://github.com/yanjixiang/...
IQKeyboardManager 和 YYTextView 冲突解决 在当前页面添加以下代码即可 [[IQKeyboardManager sharedManager]reg...
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forR...
UIWindow *window =[UIApplication sharedApplication].keyWindow;
获取cell (tableviewcell、collectionviewcell) NSIndexPath *indexPath = [NSIndexPath indexPa...
解决 IQKeyboardManager 和 YYTextView 冲突 在用到YYTextView的页面添加下面代码即可 [[IQKeyboardManager share...
SDAnimatedImageView *imageView = [SDAnimatedImageView new];SDAnimatedImage *animatedIma...
SELsel = NSSelectorFromString(@"_setRowAlignmentsOptions:"); if([layout respondsToSele...
1.默认选中第一个item dispatch_async(dispatch_get_main_queue(), ^{ if(indexPath.item == 0) {...
[cell.btn addTarget:selfaction:@selector(didButtonClick:event:)forControlEvents:UICon...
镜像变换(x轴左右翻转) CGAffineTransform transform = CGAffineTransformIdentity; transfor...
self.tableView.tableFooterView=[[UIView alloc]init];self.tableView.mj_footer=[MJRefresh...
UIColor *bgcolor = [UIColor blackColor]; bgcolor = [bgcolor colorWithAlphaComponent:0...
1.tabbar横线颜色 if (@available(iOS 13.0, *)) { UITabBarAppearance *standardAppearance =...
视频播放和图片的混合轮播, 在这里与大家交流分享[https://github.com/yanjixiang/videoandpicture/archive/master.z...