1, configuring the development version
650) this.width=650; "src=" Http://img.mp.itc.cn/upload/20160614/8e616f5504ec4a8db00671d542172b51_th.png "style=" border:0px;margin:0px;padding:0px;font-size:0px; "alt=" 8e616f5504ec4a8db00671d542172b51_th.png "/>
adhoc Development Edition, AppStore Official Edition
2,OC macro to Swift
Constant = "OBJECTC macro
letloadingtip= "Loading ..."
letios8:float=8.0
Letscreenheight =uiscreen.mainscreen (). bounds.size.height
letpanwidth:cgfloat=100
3, log output
One, configure
650) this.width=650; "src=" Http://img.mp.itc.cn/upload/20160614/f7c74e5825824fcbbeba165cfabc6f76_th.png "style=" border:0px;margin:0px;padding:0px;font-size:0px; "alt=" F7c74e5825824fcbbeba165cfabc6f76_th.png "/>
Second, Hangzhou app development definition method
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"
This article is from the "Programmer's Caprice" blog, please be sure to keep this source http://cxykz.blog.51cto.com/11696626/1789114
Basic configuration that iOS development app must understand