240 发简信
IP属地:广东
  • iOS复制项目换name 及bundle ID

    1. 复制现有文件夹,将拷贝更名为你所想要的名字. 2. 打开新文件夹,将.xcodeproj更名 3. 右键点击.xcodeproj并选择Sh...

  • 打包上传卡在Authenticating with the iTunes store

    在Terminal 中输入以下三条命令 ,运行完即可 cd ~mv .itmstransporter/ .old_itmstransporter...

  • Resize,w 360,h 240
    cocoaPods 第三方库duplicate 重复引用问题

    百度到的方法汇总: 1、在targets--->build phases----->link binary with libraries中检查需...

  • 因UIBackgroundModes开启实时定位被拒

    2018年3月13日 上午1:04 发件人 Apple 2.5 Performance: Software Requirements Guide...

  • swift collectionview的header

    1.新建一个基于UICollectionReusableView 的headView 2.在viewDidLoad(中注册 带xib的注册方式 ...

  • iOS11 公测版降级到iOS10正式版

    先在iTunes上进行手机备份 一、打开iTunes,把设备链接电脑,先按住电源键3秒,然后继续同时按住开关机键和Home键,持续到第10秒的时...

  • iOS11 HTTP load failed (error code: -999)

    iOS11 beta 9中运行项目 app中所有请求都返回 : Domain=NSURLErrorDomain Code=-999 "已取消" ...

  • Resize,w 360,h 240
    XCode中打印的结果:nil 、(null)、<null>的判断

    test打印的结果: 1.nil if(!test){ NSLog:nil} 2.(null) if(test==nil){ NSLog...

  • Resize,w 360,h 240
    CocoaPods 的安装及使用

    cocoapods官网:https://guides.cocoapods.org 因自己最近安装cocoapods 就自己整理一下(macOS ...