240 发简信
IP属地:江苏
  • Resize,w 360,h 240
    百度导航sdk

    项目product name 必须为中文名 百度导航需要添加的第三方库 -(id)naviPresentedViewController { r...

  • xcode 打了断点不走的原因

    首先点击菜单product->Debug workflow取消选中show Disassembly when debug 是否勾选,如果勾选点击...

  • xcode pch 添加

    1.选择File > New > File > iOS > Other > PCH File然后点击下一步; 2.Project > Build...

  • wkwebview清除缓存

    在UIWebView下,可以使用 [[NSURLCache sharedURLCache] removeAllCachedResponses];...

  • 高德地图

    添加大头针MAPointAnnotation *pointAnnotation = [[MAPointAnnotation alloc] ini...

  • 获取状态栏高度

    因为iPhoneX的产生,原本的导航栏再也不是44了,那么会出现什么问题呢?在隐藏导航栏的页面,原本的高度要向上调整一个导航栏+状态栏的高度。那...

  • appicon

    型号iphone点pt尺寸(像素)尺寸(像素) iphone iPhone Notification iOS 7-1120pt2x( 40x40...

  • cocoapod新建项目

    要想在你的工程中创建Podfile文件,必须先要进到该工程目录下 终端输入:$cd /Users/liyang/Desktop/CocoaPod...

  • 2018-06-04

    iOS开发 解除警告:object file was built for newer iOS version (9.0) than being ...