首页 软件开发 代码片段 objective-c ( Page 53 )

objective-c 628

#Objective-C
计算沙盒文件的大小 缓存用

-(float)fileSizeForDir:(NSString*)path//计算文件夹下文件的总大小 { NSFileManager *fileManager = [[NSFi…

2014-10-18 340

#Objective-C
10分钟掌握Objective-C中的block块语法

// // main.m // // Created by 丁诚昊 on 14/10/27. // Copyright (c) 2014年 科长. All rights reser…

2014-10-16 146

#Objective-C
画一条虚线 ————————————————

UIImageView *imageView1 = [[UIImageView alloc]initWithFrame:CGRectMake(0, 200, 320, 20)]; …

2014-10-16 339

#Objective-C
远程获取iOS设备的屏幕截图

#import <QuartzCore/QuartzCore.h> #import <sys/socket.h> #import <netinet/i…

2014-10-15 760
1 51 52 53