UIImage*img = [UIImageimageWithNamed:@”123.ppng”]; UIImageWriteToSavedPhotosAlbum(img,n...
UIImage*img = [UIImageimageWithNamed:@”123.ppng”]; UIImageWriteToSavedPhotosAlbum(img,n...
//网址地址http://lbs.amap.com/api/ios-sdk/guide/introduction/#t2 http://pan.baidu.com/s/1jI...
http://www.learnswiftonline.com/reference-guides/uialertcontroller/ 网址喜欢的给个❤️
囧
时间转换iosintmain(intargc,constchar* argv[]) { // c语言中 NSDate*data1=[NSDatedate];NSLog(@"%@",dat...
首先看一个时间选择器 本时间选择器是建立在弹出视图上的,也可以在普通视图上显示。 定义一个弹出框(具体的弹出框功能可以在我的另一篇文章可见): //本方法是一个按钮的点击事件...
继承芋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...
多线程基础. 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后面没有分号。。加分号不会报错。。但是规定不能加分号 //引入框没有分号 直接写就OK //swift不要加@号 print("娜娜") //常量与变量//s...
【链接】JSON在线编辑器V2.0 http://www.json.org.cn/tools/JSONEditorOnline2.0/index.htm 一个新的工程要导入第...