摘要: @interface ViewController : UIViewController<UIScrollViewDelegate>{ UIScrollView *myScrollView; UIPageControl *myPageControl;}@property(nonatomic,strong) UIScrollView *myScrollView;@property(nonatomic,strong) UIPageControl *myPageControl;@implementation ViewController@synthesize myScrollView;@ 阅读全文
posted @ 2012-11-28 11:07 TQ.CH 阅读(444) 评论(0) 推荐(0) 编辑