加载中 ...
首页 > 新闻资讯 > 经验心得 正文

ios开发APP必须要了解的基本配置

2019-03-25 09:39:26 来源:沈阳软件公司 作者:沈阳软件开发

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

软件定制

<a href=http://www.hvihi.com target=_blank class=infotextkey>沈阳<a href=http://www.hvihi.com target=_blank class=infotextkey>软件开发</a></a>,<a href=http://www.hvihi.com target=_blank class=infotextkey>沈阳<a href=http://www.hvihi.com target=_blank class=infotextkey>软件公司</a></a>

#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.hvihi.com"

#endif

returnaddress

}

letYLTnURL ="http://202.101.25.178:8080/sim/gettn"

“沈阳软件公司”的新闻页面文章、图片、音频、视频等稿件均为自媒体人、第三方机构发布或转载。如稿件涉及版权等问题,请与

我们联系删除或处理,客服QQ:55506560,稿件内容仅为传递更多信息之目的,不代表本网观点,亦不代表本网站赞同

其观点或证实其内容的真实性。