240 发简信
IP属地:江苏
  • Resize,w 360,h 240
    iOS开发文档

    1.**关于适配** 1.代码适配:引用第三方库“SDAutoLayout”以及“Masonry”进行代码适配. 2 xib适配:引用系统框架L...

  • 布丁技术支持网站

    邮箱地址362391994@qq.com,有问题请留言

  • 技术支持网址

    邮箱1455714197@qq.com

  • iOS 判断网络状态

    //创建网络状态监测管理者 AFNetworkReachabilityManager *manager = [AFNetworkReachabi...

  • iOS The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.

    在开发过程中经常会去下载大神的demo进行学习和参考,这些下载下来的demo往往会遇到The sandbox is not in sync wi...

  • iOS精确到小数点两位//格式话小数 四舍五入类型

    - (NSString *) decimalwithFormat:(NSString *)format floatV:(float)floatV...