2018年2月1日

摘要: if Platform.isSimulator { // Do one thing print("isSimulator") } else { } struct Platform { static let isSimulator: Bool = { var is... 阅读全文
posted @ 2018-02-01 13:39 JieFangZhe 阅读(494) 评论(0) 推荐(0)

导航