240 发简信
IP属地:河南
  • Resize,w 360,h 240
    iOS 微信SDK授权登录(通用链接UniversalLink)

    一.在苹果开发者中心[https://developer.apple.com]找到自己项目,开启Associated Domains 二.在项目...

  • iOS开发 给label 每个数字字添加正方形的背景色块

    自定义一个UILable类,重写drawTextInRect方法绘制数字和背景。- (void)drawTextInRect:(CGRect)r...

  • Resize,w 360,h 240
    iOS开发 tableview嵌套collectionview 分组多选

    项目中经常遇到要使用tableview嵌套collectionview 分组多选,于是我就总结一下写了个demo[https://github....

  • iOS开发 解决IQKeyboardManager 和 YYTextView 冲突解决

    IQKeyboardManager 和 YYTextView 冲突解决 在当前页面添加以下代码即可 [[IQKeyboardManager sh...

  • CDN: trunk Repo update failed - 23 error(s):

    source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'

  • tableview 分区圆角(包含区头)

    - (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewC...

  • iOS开发 获取window

    UIWindow *window =[UIApplication sharedApplication].keyWindow;

  • 获取cell (tableviewcell、collectionviewcell)

    获取cell (tableviewcell、collectionviewcell) NSIndexPath *indexPath = [NSIn...

  • IQKeyboardManager 和 YYTextView 冲突问题

    解决 IQKeyboardManager 和 YYTextView 冲突 在用到YYTextView的页面添加下面代码即可 [[IQKeyboa...