摘要: 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) 编辑