摘要: Review - part1 Target:Review & Check & stretch Current Status:1-5;6-15 Conclusion: 触及更原理 & 有所拓展(少) => 2017.03.03 Current Status:16-22 2017.03.04 Concl 阅读全文
posted @ 2017-03-02 23:12 Wind678 阅读(171) 评论(0) 推荐(0) 编辑
摘要: MVC简介: (1) MVC是一种设计模式 (2) 所谓设计模式就是解决某一问题的方案。 (3) MVC是解决具有UI应用系统的成熟解决方案,在Cocoa应用系统中严格按照该模式实现。 Model: 应用系统中与视图相关的部分数据 View:应用系统中用户看到并与之交互的界面 Controller: 阅读全文
posted @ 2017-03-02 22:10 Wind678 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 目标: 拓展视野 了解关注更多Xcode插件应用 同步一线开发关注与频繁问题 阅读全文
posted @ 2017-02-25 00:46 Wind678 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 目标:系统性Review;查漏补缺; 2017-02-25 00:38 Update Chapter3 2017-02-28 Chapter1: 初识iOS 1.1 UI User Interface; UI处于iOS四层结构的最上层(Cocoa Touch); 置于UIKit; (1) 大致分类: 阅读全文
posted @ 2017-02-24 23:08 Wind678 阅读(381) 评论(0) 推荐(0) 编辑
摘要: http://www.111cn.net/sj/iOS/60372.htm LocalNotification的数个问题思考: 阅读全文
posted @ 2017-02-21 23:30 Wind678 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 效果需求: 当前ViewController中,添加一个自定义UIView。当添加CustomView时,背景变暗 Method1: 在添加CustomView时,同步添加一个UIImage,设置其alpha为0.3. 阅读全文
posted @ 2017-02-21 23:29 Wind678 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 方式一(StoryBoard式)、 (1) 登陆: 1. 界面通过设置隐藏Btn、 2. 拖拽隐藏Btn,拉下下个界面(备至:设置其SegueIdentifier(e.g. Push)) 3. 实际触发按钮响应方法如下: [self performSegueWithIdentifier:@"Show 阅读全文
posted @ 2017-02-21 23:24 Wind678 阅读(286) 评论(0) 推荐(0) 编辑
摘要: UIAlertController : UIViewController UIAlertController *alertContr = [UIAlertController alertControllerWithTitle:@"提示信息" message:@"確定要註銷?" preferredSt 阅读全文
posted @ 2017-02-21 23:18 Wind678 阅读(167) 评论(0) 推荐(0) 编辑
摘要: UIRefreshControl:UIControl (UIControl:UIView) 使用一: UITableView之Cell刷新,UIRefreshControl为其一属性. self.customTableView.refreshControl = [[UIRefreshControl 阅读全文
posted @ 2017-02-21 22:05 Wind678 阅读(177) 评论(0) 推荐(0) 编辑
摘要: UIView总结 阅读全文
posted @ 2017-02-20 23:07 Wind678 阅读(95) 评论(0) 推荐(0) 编辑