自定義一個(gè)UILable類(lèi),重寫(xiě)drawTextInRect方法繪制數(shù)字和背景。- (void)drawTextInRect:(CGRect)rect { // 獲取字符...
自定義一個(gè)UILable類(lèi),重寫(xiě)drawTextInRect方法繪制數(shù)字和背景。- (void)drawTextInRect:(CGRect)rect { // 獲取字符...
項(xiàng)目中經(jīng)常遇到要使用tableview嵌套collectionview 分組多選,于是我就總結(jié)一下寫(xiě)了個(gè)demo[https://github.com/yanjixiang/...
IQKeyboardManager 和 YYTextView 沖突解決 在當(dāng)前頁(yè)面添加以下代碼即可 [[IQKeyboardManager sharedManager]reg...
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forR...
獲取cell (tableviewcell、collectionviewcell) NSIndexPath *indexPath = [NSIndexPath indexPa...
解決 IQKeyboardManager 和 YYTextView 沖突 在用到Y(jié)YTextView的頁(yè)面添加下面代碼即可 [[IQKeyboardManager share...
SDAnimatedImageView *imageView = [SDAnimatedImageView new];SDAnimatedImage *animatedIma...
SELsel = NSSelectorFromString(@"_setRowAlignmentsOptions:"); if([layout respondsToSele...
1.默認(rèn)選中第一個(gè)item dispatch_async(dispatch_get_main_queue(), ^{ if(indexPath.item == 0) {...
[cell.btn addTarget:selfaction:@selector(didButtonClick:event:)forControlEvents:UICon...
鏡像變換(x軸左右翻轉(zhuǎn)) 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...