摘要: 阅读全文
posted @ 2016-03-31 20:33 恒远也 阅读(443) 评论(0) 推荐(0)
摘要: 1 #import "BasicViewController.h" 2 3 @interface BasicViewController () 4 //用来测试动画效果的一个视图 5 @property (weak, nonatomic) IBOutlet UIView *testView; 6 7 @end 8 9 @implementation BasicViewCo... 阅读全文
posted @ 2016-03-31 20:31 恒远也 阅读(210) 评论(0) 推荐(0)
摘要: 2.spring 阅读全文
posted @ 2016-03-31 20:29 恒远也 阅读(255) 评论(0) 推荐(0)
摘要: 1 #import "ViewController.h" 2 3 @interface ViewController () 4 @property (weak, nonatomic) IBOutlet UIImageView *imageView; 5 @property (weak, nonatomic) IBOutlet UIView *uiview; 6 7... 阅读全文
posted @ 2016-03-31 20:04 恒远也 阅读(181) 评论(0) 推荐(0)