摘要:
//// ViewController.m// transform属性//// Created by YaguangZhu on 15/7/29.// Copyright (c) 2015年 YaguangZhu. All rights reserved.//#import "ViewCon... 阅读全文
摘要:
//// ViewController.m// 动态创建按钮//// Created by YaguangZhu on 15/7/29.// Copyright (c) 2015年 YaguangZhu. All rights reserved.//#import "ViewControll... 阅读全文
摘要:
第一种 头尾式动画 [UIView beginAnimations:nil context:(nil)]; [UIView setAnimationDuration:2]; self.btnIcon.center = centerPoint; [UIView commitAnim... 阅读全文
摘要:
//// ViewController.m// MovePicture//// Created by YaguangZhu on 15/7/28.// Copyright (c) 2015年 YaguangZhu. All rights reserved.//#import "ViewCon... 阅读全文