2015年8月26日

presentViewController 跳转效果

摘要: //button点击事件- (void)buttonck:(UIButton *)btn{TiaoZhuanYeMianViewController *tiao = [[TiaoZhuanYeMianViewController alloc]init];switch (btn.tag) {case ... 阅读全文

posted @ 2015-08-26 14:30 殇_了 阅读(358) 评论(0) 推荐(0) 编辑

蓝牙开发

摘要: #import "ViewController.h"#import "TableViewCell.h"#import "PeripheralViewController.h"#define ScanTimeInterval 1.0@interface ViewController ()@proper... 阅读全文

posted @ 2015-08-26 14:29 殇_了 阅读(195) 评论(0) 推荐(0) 编辑

计算文件夹下文件的总大小

摘要: -(float)fileSizeForDir:(NSString*)path//计算文件夹下文件的总大小{NSFileManager *fileManager = [[NSFileManager alloc] init];float size =0;NSArray* array = [fileMan... 阅读全文

posted @ 2015-08-26 14:27 殇_了 阅读(242) 评论(0) 推荐(0) 编辑

导航