摘要:
NS_ENUM和NS_OPTIONS在iOS 6 / OS X Mountain Lion才开始有,他们都是用来代替enum的。借用C的写法:只定义值,不定义类型1enum{2UITableViewCellStyleDefault,3UITableViewCellStyleValue1,4UITab... 阅读全文
摘要:
新装了Xcode之后,使用终端git的 gs(git status)命令时会出现xcrun: error: active developer path ("/Volumes/Xcode/Xcode.app/Contents/Developer") does not exist, use xcode-... 阅读全文