自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

ZhangJ的博客

ZhangJ的编码世界

  • 博客(6)
  • 资源 (16)
  • 收藏
  • 关注

原创 xcode快捷键-快速定位到你搜索出来的文件下

有时候我们做项目的时候只知道一些关键字 怎么找到这个文件呢 我们就会用到搜索 但我们搜索出来之后怎么快速定位到当前文件夹下呢1.搜索关键字 2.我们点到文件下之后 commit+shift+J 然后就跳转到你当前文件夹 当前搜索的.h或者.m下了 ...

2018-09-19 11:41:54 6682 1

原创 清理Xcode证书

1、清理Xcode编译项目产生的缓存垃圾手动删除:打开菜单的前往->前往文件夹输入—> ~/Library/Developer/Xcode/DerivedData2、删除Xcode中多余的证书provisioning profile手动删除:打开菜单的前往->前往文件夹输入—> ~/Library/MobileDevice/Provisioning Pr...

2018-09-19 11:34:48 1601

原创 pch(Precompile Prefix Header)全局引用文件的添加

我们在写项目的时候,大部分宏定义,头文件导入到pch文件之后,整个项目都可以直接使用,就不用挨个去导入都文件了.但在Xcode6之后苹果去掉了pch(Precompile Prefix Header),主要原因可能在于Prefix Header大大的增加了Build的时间。没有了Prefix Header之后就要通过手动@import来手动导入头文件了,在失去了编程便利性的同时也降低了Buil...

2018-09-19 11:26:32 774

原创 解决iOS11之后出现的scrollView顶部留白

iOS11之后我们创建tableView或者webView只要是继承于scrollView都会出现顶部有一块空白,造成页面错位,原因是因为iOS11废弃了automaticallyAdjustsScrollViewInsets属性,需要使用scrollview的contentInsetAdjustmentBehavior属性。- (void)viewWillAppear:(BOOL)ani...

2018-09-19 11:13:50 2631

原创 图片的重绘不变形 用于设置阴影边框

UIImage *image = [UIImage imageNamed:@"ncf_rectangle"];/// 图片重绘UIGraphicsBeginImageContextWithOptions(sectionFrame.size, NO, 0.f);/// 设置重绘不变形区域image = [image resizableImageWithCapInsets:UIEdgeIns...

2018-09-13 14:35:06 321

原创 Guideline 2.5.1 - Performance - Software Requirements

https://www.jianshu.com/p/a94cd8103bba因为prefd:root苹果已经不让用的 用的话有可能会被说是私有api被拒 所以可以进行一个中间转码绕一下 给一个转换的网站http://www.ab126.com/goju/1711.html补充说明:!!!!! 笔者后来又被同样的原因拒了一次发现即使用16进制的转码绕一下苹果也有可能会检测出来...

2018-09-13 11:33:48 532

iOS16.4真机调试包

安装路径: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2024-06-25

iOS16.1真机调试包

安装路径: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2024-06-25

iOS16.0真机调试包

安装路径: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2024-06-25

iOS15.5真机调试包

安装路径: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2024-06-25

iOS15.4真机调试包

安装路径: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2024-06-25

ios 15.2真机调试包

安装路径: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2024-06-25

ios 15.0真机调试包

安装路径: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2024-06-25

14.6真机调试包.zip

/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2021-06-09

iOS14.5真机调试包.zip

/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2021-06-09

iOS13.0真机调试.zip

/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2021-04-13

iOS13.1真机调试.zip

/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2021-04-13

iOS13.2真机调试.zip

/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2021-04-13

iOS13.3真机调试.zip

/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2021-04-13

iOS13.4真机调试包.zip

/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2021-04-13

iOS13.5真机调试包.zip

/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2021-04-13

iOS13.7真机调试包.zip

/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2021-04-13

iOS14.4真机调试包.zip

/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2021-04-13

iOS14.2真机调试包.zip

/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2021-04-13

iOS14.1真机调试.zip

/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2021-04-13

14.0真机调试包 安装路径:/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/De

14.0真机调试包 安装路径:/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/De

2020-08-14

13.6真机调试包 安装路径:/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/De

/应用程序/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

2020-08-14

12.3真机包.zip

iOS12.3真机调试包 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 前往->前往文件夹 将解压好的文件夹拖进去

2019-06-06

xcode11.4支持文件

xcode11.4支持文件,点击前往->前往文件夹->/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 解压之后添加进去

2018-08-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除