摘要:
阅读全文
摘要:
UIWebView *webView = [[UIWebView alloc] initWithFrame:CGRectZero]; NSURL *url = [NSURL URLWithString:@"mqq://im/chat?chat_type=wpa&uin=815040727&versi 阅读全文
摘要:
// // ViewController.m // lanya // // Created by 谢泽锋 on 2017/8/22. // Copyright © 2017年 Xie泽锋. All rights reserved. // #import "ViewController.h" #import @interface ViewController ()... 阅读全文
摘要:
info.plist 中key 中value 是否为空导致 阅读全文
摘要:
蓝色文件访问 NSString * path = [[NSBundle mainBundle]pathForResource:@"one/two/two" ofType:@"html"]; NSString *html = [NSString stringWithContentsOfFile:pat 阅读全文
摘要:
// // ViewController.swift // 懒加载 // // Created by 谢泽锋 on 2017/5/10. // Copyright © 2017年 泽锋. All rights reserved. // import UIKit class ViewControlle 阅读全文
摘要:
//// ViewController.swift// 闭包//// Created by 谢泽锋 on 2017/5/10.// Copyright © 2017年 泽锋. All rights reserved.//import UIKitclass TwoViewController: UIV 阅读全文
摘要:
// // ViewController.m // 录音 // // Created by 谢泽锋 on 2017/3/6. // Copyright © 2017年 xiezefeng. All rights reserved. // #define RecordFile [[NSSearchPa 阅读全文
摘要:
前言:在做应用的UI设计的时候,如果属性能够在Interface Builder的图形化界面进行设置,并且动态的预览到效果,那样无疑会大大提高应用的开发效率。而XCode为我们提供了这样的一种方式,就是使用IBInspectable和IB_DESIGNABLE如图 User Defined Rumt 阅读全文
摘要:
http://blog.csdn.net/x32sky/article/details/46866899 阅读全文