在target下 Build Settings 搜索 Other Swift Flags
設(shè)置Debug 添加 -D DEBUG,注意不要好Release一起添加
使用方式和oc下一樣
if DEBUG // 判斷是否在測試環(huán)境下
// TODO
else
// TODO
endif
大千世界,求同存異;相遇是緣,相識是份,相知便是“猿糞”(緣分)
From MZou
在target下 Build Settings 搜索 Other Swift Flags
設(shè)置Debug 添加 -D DEBUG,注意不要好Release一起添加
使用方式和oc下一樣
// TODO
// TODO
大千世界,求同存異;相遇是緣,相識是份,相知便是“猿糞”(緣分)
From MZou