05 2018 档案

Swift编码总结5
摘要:1.UIWindow属性: 1>、- (void)becomeKeyWindow; // override point for subclass. Do not call directly 调用窗口,使之变成关键窗口 2>、- (void)resignKeyWindow; // override p 阅读全文

posted @ 2018-05-16 17:36 玉思盈蝶 阅读(396) 评论(0) 推荐(0)

Swift自定义AlertView
摘要:今天项目加新需求,添加积分过期提醒功能: 第一反应就用系统的UIAlertViewController,但是message中积分是需要红色显示。 //根据正则表达式改变文字颜色 func changeTextChange(regex: String, text: String, color: UIC 阅读全文

posted @ 2018-05-03 16:47 玉思盈蝶 阅读(1983) 评论(0) 推荐(0)

导航