摘要: //// ViewController.m// transform属性//// Created by YaguangZhu on 15/7/29.// Copyright (c) 2015年 YaguangZhu. All rights reserved.//#import "ViewCon... 阅读全文
posted @ 2015-07-29 15:45 微博和csdn还有你 阅读(191) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// 动态创建按钮//// Created by YaguangZhu on 15/7/29.// Copyright (c) 2015年 YaguangZhu. All rights reserved.//#import "ViewControll... 阅读全文
posted @ 2015-07-29 14:06 微博和csdn还有你 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 第一种 头尾式动画 [UIView beginAnimations:nil context:(nil)]; [UIView setAnimationDuration:2]; self.btnIcon.center = centerPoint; [UIView commitAnim... 阅读全文
posted @ 2015-07-29 10:49 微博和csdn还有你 阅读(148) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// MovePicture//// Created by YaguangZhu on 15/7/28.// Copyright (c) 2015年 YaguangZhu. All rights reserved.//#import "ViewCon... 阅读全文
posted @ 2015-07-29 10:30 微博和csdn还有你 阅读(257) 评论(0) 推荐(0) 编辑