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