您好,登錄后才能下訂單哦!
1,配置開發版本
AdHoc開發版,AppStore正式版
2,oc的宏轉swift
//常量=》ObjectC宏
letLoadingTip="加載中..."
letiOS8:Float=8.0
letScreenHeight =UIScreen.mainScreen().bounds.size.height
letPanWidth:CGFloat=100
3,日志輸出
一,配置
二,定義方法
funcFxLog(message:String, function:String=__FUNCTION__)
{
#ifDEBUG
print("Log:\(message),\(function)")
#else
#endif
}
funcisiPhone5()->Bool
{
#ifos(iOS)
FxLog("iOS")
#else
#endif
ifScreenHeight==568{
returntrue
}
returnfalse
}
#if buildAppStore
#endif
funcServerAddress()->String
{
varaddress ="http://172.16.19.18"
#ifAppStore
address ="http://www.uber.com"
#endif
returnaddress
}
letYLTnURL ="http://202.101.25.178:8080/sim/gettn"
程序員杭州軟件測試杭州APP開發杭州PHP工程師
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。