#import "MJViewController.h"#define kCount 8 //定义宏,程序中经常使用,方便扩展@interface MJViewController () { UIPageControl *_pageControl;}@end@implementation MJVi... Read More
posted @ 2015-03-14 22:51
微笑、
Views(174)
Comments(0)
Diggs(0)
一 大图片展示#import "MJViewController.h"@interface MJViewController (){ UIScrollView *_scrollView;//方但全局调用定义成成员变量}@end@implementation MJViewController- (v... Read More
posted @ 2015-03-14 22:48
微笑、
Views(277)
Comments(0)
Diggs(0)
一 UIScrollView 的基本属性 UIScrollView *scrollView = [[UIScrollView alloc] init];//创建UIScrollView scrollView.frame = CGRectMake(0, 0, 250, 250); // frame... Read More
posted @ 2015-03-14 22:41
微笑、
Views(225)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号