240 发简信
IP属地:北京
  • Resize,w 360,h 240
    崩溃:Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'accessing _cachedSystemAnimationFence requires the main thread

    1.先说一下我的场景吧,在请求麦克风权限的时候,用户点击"是","否",在相应的block里面做处理,调起我的UIView动画,present一...

  • 关于NSlog打印16进制字符串无法输出问题可参考如下

    剽窃自公司某大牛丰哥:😆😆 NSString *hexStr = @"\x11"; NSString *bodyStr = @"body" co...

  • 关于iOS开发个人账号真机运行需要关闭远程推送的问题

    当我们从Git或者SVN拉取下来代码的时候,如果工程开启了来远程推送,真机运行报错 "Your development team, "XX", ...

  • 从xib加载view和从xib加载ViewController

    1.从xib加载ViewController (1)调用CustomerVC *vc =[[CustomerVC alloc] initWith...

  • iOS_字符串大小计算偏小

    解决方法:引用http://blog.csdn.net/pp204204/article/details/17711383

  • Runtime

    链接:http://blog.csdn.net/qq_30513483/article/details/51312848

  • KVO陷阱

    引用:http://www.cnblogs.com/wengzilin/p/4346775.html 解决办法:可以在基类的dealloc中Re...