自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

转载 代码块

利用代码块给数组元素排序staticidsuperman=nil;NSMutableArray*superArrayI=[[NSMutableArrayalloc]initWithArray:@[@1,@8,@4,@5,@6,@3...

2015-12-31 17:10:00 75

转载 ARC的使用

#import<Foundation/Foundation.h>#import"Person.h"#import"Article.h"intmain(intargc,constchar*argv[]){@autoreleasepool{...

2015-12-18 17:14:00 150

转载 数据类型(NSdate)

时间转换成字符串//获取时间NSDate*date=[NSDatedate];NSDateFormatter*dateFormat=[NSDateFormatternew];[dateFormatsetDateF...

2015-12-16 10:51:00 86

转载 基本数据类型(字符串)

intmain(intargc,constchar*argv[]){//———————————————————不可变字符串——————————————————————NSString*Str=@"China";/...

2015-12-16 10:43:00 121

转载 xib →→→→→页面切换

#import"ViewController.h"@interfaceViewController()@end@implementationViewController-(void)viewDidLoad{[superviewDidLoad];//代理_...

2015-11-18 18:57:00 102

转载 UIImageview

-(void)viewDidLoad{[superviewDidLoad];//页面颜色self.view.backgroundColor=[UIColoryellowColor];[[UIScreenmainScreen]bounds];...

2015-11-16 13:00:00 60

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除