2015年12月10日

iOS-UIScrollView的使用

摘要: #import "ViewController.h" @interface ViewController ()<UIScrollViewDelegate> { UIImageView *imgView; } @end @implementation ViewController - (void)vi 阅读全文

posted @ 2015-12-10 14:14 在一起的浅蓝色 阅读(334) 评论(0) 推荐(0)

iOS-UI视图控件、视图嵌套、SubView、Tag 的使用

摘要: - (BOOL)application:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions { self.window = [[UIWindow alloc]initWithFr 阅读全文

posted @ 2015-12-10 14:10 在一起的浅蓝色 阅读(264) 评论(0) 推荐(0)

导航