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