TIANKONGHAIHUO

导航

2016年2月15日 #

常用小功能(打电话、发短信、发邮件)

摘要: 打电话-⽅方法1 ● 最简单最直接的⽅方式:直接跳到拨号界⾯面 NSURL *url = [NSURL URLWithString:@"tel://10010"]; [[UIApplication sharedApplication] openURL:url]; ● 缺点 电话打完后,不会⾃自动回到 阅读全文

posted @ 2016-02-15 21:43 日月行程 阅读(212) 评论(0) 推荐(0) 编辑

block的复习

摘要: main.m // // main.m // 8A10.Block的复习 // // Created by huan on 16/2/8. // Copyright © 2016年 huanxi. All rights reserved. // #import <Foundation/Foundat 阅读全文

posted @ 2016-02-15 21:30 日月行程 阅读(114) 评论(0) 推荐(0) 编辑

动画总结(UIView的动画)

摘要: Main.storyboard ViewController.m // // ViewController.m // 8A08.动画总结 // // Created by huan on 16/2/6. // Copyright © 2016年 huanxi. All rights reserved 阅读全文

posted @ 2016-02-15 21:28 日月行程 阅读(177) 评论(0) 推荐(0) 编辑

底部旋转菜单

摘要: Main.storyboard ViewController.m // // ViewController.m // 8A07.底部旋转菜单 // // Created by huan on 16/2/6. // Copyright © 2016年 huanxi. All rights reserv 阅读全文

posted @ 2016-02-15 21:24 日月行程 阅读(275) 评论(0) 推荐(0) 编辑

车小弟

摘要: Main.storyboard ViewController.m // // ViewController.m // 8A06.车小弟 // // Created by huan on 16/2/5. // Copyright © 2016年 huanxi. All rights reserved. 阅读全文

posted @ 2016-02-15 21:18 日月行程 阅读(155) 评论(0) 推荐(0) 编辑

核心动画 (CAAnimationGroup)

摘要: Main.storyboard ViewController.m // // ViewController.m // 8A05.核心动画 CAAnimationGroup // // Created by huan on 16/2/5. // Copyright © 2016年 huanxi. Al 阅读全文

posted @ 2016-02-15 21:14 日月行程 阅读(185) 评论(0) 推荐(0) 编辑

图片浏览(CATransition)转场动画

摘要: Main.storyboard ViewController.m // // ViewController.m // 8A04.图片浏览(转场动画) // // Created by huan on 16/2/4. // Copyright © 2016年 huanxi. All rights re 阅读全文

posted @ 2016-02-15 21:11 日月行程 阅读(342) 评论(0) 推荐(0) 编辑

图片的抖动

摘要: Main.storyboard ViewControlller.m // // ViewController.m // 8A03.图片的抖动 // // Created by huan on 16/2/4. // Copyright © 2016年 huanxi. All rights reserv 阅读全文

posted @ 2016-02-15 21:06 日月行程 阅读(126) 评论(0) 推荐(0) 编辑

核心动画(CAKeyframeAnimation)

摘要: Main.storyboard ViewController.m // // ViewController.m // 8A02.核心动画 - CAKeyframeAnimation // // Created by huan on 16/2/4. // Copyright © 2016年 huanx 阅读全文

posted @ 2016-02-15 21:03 日月行程 阅读(237) 评论(0) 推荐(0) 编辑

图层的核心动画(CABaseAnimation)续

摘要: Main.storyboard ViewController.m // // ViewController.m // 8A01.核心动画 // // Created by huan on 16/2/4. // Copyright © 2016年 huanxi. All rights reserved 阅读全文

posted @ 2016-02-15 20:59 日月行程 阅读(195) 评论(0) 推荐(0) 编辑