240 发简信
IP属地:福建
  • XCode warning:“View Controller” is unreachable because it has no entry points

    Unsupported Configuration: “View Controller” is unreachable because it h...

  • 修改AVPlayerViewController中URL请求头

    在开发中, 我们经常需要在网络请求时修改HTTP/HTTPS的请求头信息

  • invalid nib registered for identifier (ESMainCollectionCell) - nib must contain exactly one top l...

    通过xib创建cell的时候,要注意以下错误 invalid nib registered for identifier (ESMainColl...

  • Resize,w 360,h 240
    IOS设计标准尺寸

    苹果官方设计规范:https://developer.apple.com/ios/human-interface-guidelines/ 设计尺...

  • iOS开发 启动图尺寸

    启动图尺寸 苹果手机屏幕尺寸有iPhone4,iPhone5,iPhone6,iPhone6 plus,iPhone7,iPhone plus,...

  • Resize,w 360,h 240
    使用UIImagePickerController拍照和视频录制

    使用UIImagePickerController拍照和视频录制 分类:iOS开发一UIImagePickerController简介和属性介绍...

  • iOS Crash之NSGenericException

    问题 1.foreach操作 NSGenericException这个异常最容易出现在foreach操作中,在for in循环中如果修改所遍历的...

  • 刷新tableView某一行高度

    刷新某一个cell NSIndexPath *indexPath =[NSIndexPath indexPathForRow:0 inSecti...

  • 关于手机首次安装应用提示定位问题

    在做的一个应用,有定位的功能,在ios10的手机上,手机首次安装应用的时候会提示使用定位的alertView,而在ios11的手机上,并不会弹窗...