240 发简信
IP属地:上海
  • iOS苹果官方Demo合集

    ABUIGroups [https://developer.apple.com/library/ios/samplecode/ABUIGroups/Introduction/...

  • xocde 14.0 14.1 14.2 14.3 14.4支持包合集

    链接: https://pan.baidu.com/s/1x-n3tpMLim7tuP1Q1TJSGQ 密码: n1gp

  • tableview 截图

    tableview 截图 //将tableview 生成图片 + (UIImage*)getTableViewimage:(UITableView*)tableView { ...

  • 120
    2020-07-24

    集成支付宝移动支付,出现rsa_private read error : private key is NULL错误 查到的方法解决方法:(仅测试方法1、有效) 方法1、 1...

  • 升级后替换广告位后,广告点击率从0.9%增加到8%,你有这个情况嘛?而且页面滑动时很容易点触到广告

    iOS 穿山甲广告 SDK 的使用

    信息流广告 自定义使用时,相关类的使用 BUAdSlot(广告位类,加载广告时需要设置的广告位描述信息)传入广告的主要请求 ID,广告类型,位置等 BUMaterialMet...

  • 记录EasyShowView

    https://github.com/chenliangloveyou/EasyShowView#使用方法

  • git代理设置问题 Failed to connect to 127.0.0.1 port 1080: Connection refused

    给自己挖的坑,哭着也得改完,一直知道是代理问题,但是取消方法用错,第一次是强制改了地址,但是后期每次pod install 都报错 解决: 查看当前https proxy g...

  • git config --global -l
    If you have nothing related to https proxy like https_proxy=... the
    problem is not here.

    If you have something related to https proxy then remove it from the file
    ~/.gitconfig and try again这句话帮了我

  • framework not found Pods_XXXX

    框架未找到Pods 解决:TARGETS ->Build Phases ->Link Binary With Libraries删除libPod.a

  • PHFetchResult-照片排序

    PHAssetCollection *collection = (PHAssetCollection *)result; PHFetchOptions*options = [...

  • reroot后还是进入了登录页面,没有跳出设置 这个怎么解决?

    mac重置密码及管理员权限丢失后如何恢复

    一、mac重置密码 很多人肯定会遇到忘记电脑密码的尴尬时刻,不要慌现在就来说说怎么处理。1.关闭电脑;2.按住 Command + R(⌘R) 组合键,并点按开机按钮,直到出...

  • @So_Cool 这个问题解决了么? 方便说一下正解嘛

    xcode xxxx iPhone has denied the launch request.

    在Xcode运行 应用的时候,出现 iPhone has denied the launch request.这个问题。 目前我遇到的原因是证书选择错误,解决方法 1、Sig...

  • [self xibAutoLay:self.view]; 在viewDidLoad力运行 屏幕还是没有动。。怎么解决啊

    xib + 代码快速适配机型

    个人认为最快的铺简单页面的最快方式 很明显能看出这三种屏幕的尺寸宽高比是差不多的,因此可以在5的基础上,按比例放大来兼容6和6Plus的屏幕。 绘制的时注意! 1)尺寸 2)...

  • xcode真机测试——codesign failed with exit code 1

    运行Xcode真机测试,一直报错:codesign failed with exit code 1,百度半天,都没解决,最后点开了钥匙串,直接打开偏好设置,还原我的默认钥匙串...