您好,登录后才能下订单哦!
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进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。