摘要:
//系统在iOS8以下可以参考这个网址:http://www.jianshu.com/p/5bb91ccc07e3?utm_campaign=maleskine&utm_content=note&utm_medium=writer_share&utm_source=weibo// ViewContr... 阅读全文
摘要:
//// ViewController.m// tableView自带删除与添加操作//// Created by 张凯泽 on 16/1/2.// Copyright © 2016年 rytong_zkz. All rights reserved.//#import "ViewController... 阅读全文
摘要:
NSString *pathDocuments = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) objectAtIndex:0]; NSLog(@"pathDocuments = ... 阅读全文
摘要:
http://blog.163.com/gene_lu/blog/static/64025421201410267134897/ 阅读全文
摘要:
阅读全文
摘要:
//// ViewController.m// 12.22.00UIAlertController//// Created by 张凯泽 on 15/12/22.// Copyright © 2015年 rytong_zkz. All rights reserved.//#import "ViewC... 阅读全文
摘要:
/*引用PCH到项目的步骤:1.apple llvm7.0-language里边把precompile prefix header 设为YES2.prefix header :$(SRCROOT)/你的工程名/你的pch文件的名*/#ifndef myselfPCH_pch#define mysel... 阅读全文
摘要:
//// ViewController.m// 12.18.04在document创建文件夹//// Created by 张凯泽 on 15/12/18.// Copyright © 2015年 rytong_zkz. All rights reserved.//#import "ViewCont... 阅读全文
摘要:
//给出一个view打印它的子控件- (NSString *)digView:(UIView *)view{ if ([view isKindOfClass:[UITableViewCell class]]) return @""; // 1.初始化 NSMutableString *xml ... 阅读全文
摘要:
//// ViewController.m// 12.18.02 UIApplication//// Created by 张凯泽 on 15/12/18.// Copyright © 2015年 rytong_zkz. All rights reserved.//#import "ViewCont... 阅读全文