刚下载xcode后的一些必要设置

IB控件用weak,String用copy,delegate用weak,block用copy,对象类型用Strong,基本类型用assign

git 在网页建好分支, 并把分支设置为默认分支, 在本地拉取创建了本地仓库, 看到分支已经是你在网页创建好的才正常

网页点击git右侧的commits可进行版本回调

当前最低适配什么系统设置好

项目组织改一下, 类名前缀要设好

一般计算机用户名会决定这个organizationName
organizationName决定了在工程里显示created by  xxx

organization identifier决定以下这个apon

Copyright © 2016年 Apon. All rights reserved.

organization identifier+productName一起决定你的bundle ID, 所以别用中文, 否则你的bundle id就会有----

把项目框架根据tabbar名称, BaseClasses, Tool, ThirdParties把文件夹搭好, tabbaritem名领衔的文件夹里面包含View, Controller, Model

打开花括号可以点击合并的侧边栏

在 Xcode 偏好设置里面 的 Text Editing. 勾选 Code folding ribbon 和 focus code blocks on hover , 上面的lineNumber决定了显示行数

快捷键的话是

//左右箭头折叠/展开 
    options+command+

你可能感兴趣的:(刚下载xcode后的一些必要设置)