2017年7月12日

Swift小知识点总结

摘要: 1>判断输入字符串位数: if phoneTextField.text?.lengthOfBytes(using: .utf8) != 11 { self.showHint(hint: "请输入11位手机号码") return } 2>跳转设置WIfi页面: /// 设置WIFi filepriva 阅读全文

posted @ 2017-07-12 16:34 玉思盈蝶 阅读(264) 评论(0) 推荐(0) 编辑

导航