02 2017 档案
摘要:目标: 拓展视野 了解关注更多Xcode插件应用 同步一线开发关注与频繁问题
阅读全文
摘要:目标:系统性Review;查漏补缺; 2017-02-25 00:38 Update Chapter3 2017-02-28 Chapter1: 初识iOS 1.1 UI User Interface; UI处于iOS四层结构的最上层(Cocoa Touch); 置于UIKit; (1) 大致分类:
阅读全文
摘要:http://www.111cn.net/sj/iOS/60372.htm LocalNotification的数个问题思考:
阅读全文
摘要:效果需求: 当前ViewController中,添加一个自定义UIView。当添加CustomView时,背景变暗 Method1: 在添加CustomView时,同步添加一个UIImage,设置其alpha为0.3.
阅读全文
摘要:方式一(StoryBoard式)、 (1) 登陆: 1. 界面通过设置隐藏Btn、 2. 拖拽隐藏Btn,拉下下个界面(备至:设置其SegueIdentifier(e.g. Push)) 3. 实际触发按钮响应方法如下: [self performSegueWithIdentifier:@"Show
阅读全文
摘要:UIAlertController : UIViewController UIAlertController *alertContr = [UIAlertController alertControllerWithTitle:@"提示信息" message:@"確定要註銷?" preferredSt
阅读全文
摘要:UIRefreshControl:UIControl (UIControl:UIView) 使用一: UITableView之Cell刷新,UIRefreshControl为其一属性. self.customTableView.refreshControl = [[UIRefreshControl
阅读全文
摘要:Summary For Plan: I can get it! Come on! 一、Code 二、Books 三、Music 四、Sports 五、...
阅读全文