摘要: 自定义 @interface KKTabBar : UITabBar NS_CLASS_AVAILABLE_IOS(2_0) @interface UITabBar : UIView UITabBar 继承自 UIView所以可以在 UITabBar 上添加view啦。 - (instancetyp 阅读全文
posted @ 2016-03-02 20:56 人生路1/5 阅读(123) 评论(0) 推荐(0) 编辑
摘要: NSURL *url = [NSURL URLWithString:url1]; NSString *xmlString = [[NSString alloc] initWithContentsOfURL:url encoding:NSUTF8StringEncoding error:NULL]; 阅读全文
posted @ 2016-03-02 20:36 人生路1/5 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 导入 MessageUI.framework #import <MessageUI/MessageUI.h> 实现代理 MFMessageComposeViewControllerDelegate 1 - (void)sendMessage 2 { 3 //发短信 不能设置短信内容 4 //[[UI 阅读全文
posted @ 2016-03-02 20:29 人生路1/5 阅读(262) 评论(0) 推荐(0) 编辑
摘要: fmdb相关 导入 #import "FMDB.h" 和 首先,将Collection.sqlite文件,拷贝到docment,文件中 1 // 拷贝文件 2 - (void)copyFile{ 3 4 // 获取文件夹的路径 5 NSString *doc = [NSSearchPathForDi 阅读全文
posted @ 2016-03-02 20:20 人生路1/5 阅读(367) 评论(0) 推荐(0) 编辑
摘要: 报错:(<UIStoryboard: 0x7fa9c3d72360>) doesn't contain a view controller with identifier 'UIViewController-76T-IN-z 原因:未知 解决方法:cmd+shift+k 从Storyboard中加载 阅读全文
posted @ 2016-03-02 16:42 人生路1/5 阅读(550) 评论(0) 推荐(0) 编辑