UIImage*img = [UIImageimageWithNamed:@”123.ppng”]; UIImageWriteToSavedPhotosAlbum(img,n...
UIImage*img = [UIImageimageWithNamed:@”123.ppng”]; UIImageWriteToSavedPhotosAlbum(img,n...
//網(wǎng)址地址http://lbs.amap.com/api/ios-sdk/guide/introduction/#t2 http://pan.baidu.com/s/1jI...
http://www.learnswiftonline.com/reference-guides/uialertcontroller/ 網(wǎng)址喜歡的給個(gè)??
囧
時(shí)間轉(zhuǎn)換iosintmain(intargc,constchar* argv[]) { // c語言中 NSDate*data1=[NSDatedate];NSLog(@"%@",dat...
首先看一個(gè)時(shí)間選擇器 本時(shí)間選擇器是建立在彈出視圖上的,也可以在普通視圖上顯示。 定義一個(gè)彈出框(具體的彈出框功能可以在我的另一篇文章可見): //本方法是一個(gè)按鈕的點(diǎn)擊事件...
繼承芋NSObjest。。。h。。+ (instancetype)sharePerson;staticPerson*_person =nil;+ (instancetype)...
@interfaceViewController()//屬性@property(nonatomic,strong)UITableView*tableView;@propert...
// // Dog.m // retu..... // // Created by 譚潯明 on 16/7/27. // Copyright ? 2016年 譚潯明. All...
多線程基礎(chǔ). void*run(void*papapa{for(NSIntegeri =0; i <100000; i++) {NSLog(@"%lu", i);}retur...
intmain(intargc,constchar* argv[]) { // c語言中 NSDate*data1=[NSDatedate];NSLog(@"%@",dat...
//Int Float let a:Int = 12; //let var let str="hello" //str.characters.count長度 "123\(st...
//swift后面沒有分號(hào)。。加分號(hào)不會(huì)報(bào)錯(cuò)。。但是規(guī)定不能加分號(hào) //引入框沒有分號(hào) 直接寫就OK //swift不要加@號(hào) print("娜娜") //常量與變量//s...
【鏈接】JSON在線編輯器V2.0 http://www.json.org.cn/tools/JSONEditorOnline2.0/index.htm 一個(gè)新的工程要導(dǎo)入第...