真是個坑啊,切記!
@iOS開發(fā)筆記 為啥呀?
APP上架中遇到的問題ios app development為什么選不了,解決方法這種情況的原因一般是IOS app development證書的數(shù)量達到了上限,我遇到過這種情況,刪除原來的即可申請新的證書。  let nums = [Int](count: 5, repeatedValu...
let fileManger = NSFileManager.defaultManager() do { let documentPath = NSSearchPathFor...
let backView = UIView.init(frame: CGRectMake(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT)) backVi...
1.類實現(xiàn)協(xié)議AMapSearchDelegate var mapView = MAMapView() var search = AMapSearchAPI() let ti...
//實時監(jiān)測textField的值得變化 NSNotificationCenter.defaultCenter().addObserver(self, selector: #...
let url=NSURL.init(string: "http://www.xinhouse.com") UIApplication.sharedApplication()...
let webView=UIWebView.init(frame: self.view.bounds) let filePath=NSBundle.mainBundle()....
let lab=UILabel.init(frame: CGRectMake( 20, 0, SCREEN_WIDTH, 50)) let text=NSMutableAtt...
var attributedString = NSMutableAttributedString(string:"點擊預覽") var range = NSRange() r...