摘要: 虽然Swift语言已更新至3.0,但毕竟Objective-C语言已成熟多年,很多好用的第三方框架都是OC编写的,如AFNetWorking(Swift版本为Alamofire)等,所以这篇文章给大家介绍如何用Swift语言调用OC编写的第三方API(本例采用无限轮播图第三方SDCycleScrol 阅读全文
posted @ 2017-03-13 17:03 chipsKe 阅读(1707) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.Swift // Swift demo - UITableViewCell system style // // Created by 柯其谱 on 17/3/13. // Copyright © 2017年 柯其谱. All rights reserved. // import UIKit //MARK: View life cycle c... 阅读全文
posted @ 2017-03-13 16:32 chipsKe 阅读(3218) 评论(0) 推荐(1) 编辑