240 发简信
IP属地:江苏
  • iPhone设备型号和机型对应列表

    https://www.theiphonewiki.com/wiki/Models[https://www.theiphonewiki.com/...

  • IOS15适配,导航栏设置,OC

    问题 升级到ios15之后,原来的barTintColor将不会生效 解决

  • Resize,w 360,h 240
    Xcode 升级ios系统版本调试补丁

    问题 Xcode版本太低,手机版本比较高,导致不能真机调试The current device configuration is unsuppo...

  • iOS 13 Scene Delegate and multiple windows

    https://easeapi.com/blog/blog/97-ios13-scene-delegate.html[https://easea...

  • iOS崩溃日志ips文件解析

    https://www.cnblogs.com/mukekeheart/p/9449189.html[https://www.cnblogs.c...

  • Resize,w 360,h 240
    xcode静态库导出头文件

    制作的静态库导出头文件方法: 1、选择targets: 2、选择要添加的头文件 3、command + B 编译,在指定的目录下就能看到导出的头文件

  • IOS获取request.HTTPBodyStream中请求体内容,NSInputStream读到NSData

    1、NSMutableURLRequest请求中,请求体有HTTPBody和HTTPBodyStream两种,这两者是互斥的(如下): 2、使用...

  • NSMutableURLRequest 删除请求头Header

    NSMutableURLRequest 删除、添加 1、看下NSMutableURLRequest的setValue: forHTTPHeade...