新建代碼倉(cāng)庫(kù) 配置 增加/刪除文件 代碼提交 分支 標(biāo)簽 查看信息 遠(yuǎn)程同步 撤銷
git git fetch git pull git status git add git stash git reset git commit...
Alamofire Alamofire 是一款用Swift編寫的HTTP 網(wǎng)絡(luò)庫(kù),類似于OC里的AFNetWorking 使用舉例Alamofi...
A guide to our Swift style and conventions. This is an attempt to encour...
The official raywenderlich.com Objective-C style guide. This style guide...
在使用Tower和sourcetree工具Fetch、Pull、Push時(shí)遇到如下問題 一、臨時(shí)解決辦法 使用命令行瘫絮,手動(dòng)輸入sshkey的密碼...
iOS開發(fā)中經(jīng)常會(huì)遇到需要隱藏導(dǎo)航欄的分割線的需求,之前已經(jīng)有兩種方法 方法一 直接設(shè)置navigationBar的ShadowImage和Ba...
一、 內(nèi)存管理 1 管理方式:MRC(已經(jīng)很少用) ARC(常用)ARC:稱為自動(dòng)引用計(jì)數(shù)顷级,ARC是iOS5推出的功能,通過ARC系統(tǒng)可以自動(dòng)管...