1, configuring the development version
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
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"
Basic configuration that iOS development app must understand