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