2016年7月3日

cell reuse & disposebag

摘要: For my project I've made base cell class TableViewCell: UITableViewCell { private(set) var disposeBag = DisposeBag() override func prepareForReuse() { 阅读全文

posted @ 2016-07-03 21:41 Jenaral 阅读(359) 评论(0) 推荐(0)

iOS 开发中的各种证书

摘要: 公钥和私钥 转载自:http://www.samirchen.com/ios-certificates/ 先简单的介绍一下公钥和私钥。我们常见的加密算法有两类:对称加密算法(Symmetric Cryptographic Algorithm) 和 非对称加密算法(asymmetric cryptog 阅读全文

posted @ 2016-07-03 21:17 Jenaral 阅读(1678) 评论(0) 推荐(0)

%3f URL --> '?'拼接引发的问题

摘要: 转载自:https://www.reddit.com/r/swift/comments/2w19kp/how_do_you_send_a_through_nsmutableurlrequest/ how do you send a ? through NSMutableURLRequest with 阅读全文

posted @ 2016-07-03 19:39 Jenaral 阅读(1652) 评论(0) 推荐(0)

iOS 程序性能优化

摘要: 前言 转载自:http://www.samirchen.com/ios-performance-optimization/ 程序性能优化不应该是一件放在功能完成之后的事,对性能的概念应该从我们一开始写代码时就萦绕在我们脑子里。了解 iOS 程序性能优化的相关知识点,从一开始就把它们落实到代码中是一种 阅读全文

posted @ 2016-07-03 11:41 Jenaral 阅读(1269) 评论(0) 推荐(0)

导航