自定义App首次启动引导页

2016-07-30  本文已影响43人  欲速则不达

define BOOLFORKEY @"GuidePage"

@interface GuidePageView ()<UIScrollViewDelegate>

@property (nonatomic, strong) UIScrollView *scrollView;
@property (nonatomic, strong) UIPageControl *pageControl;

@end

@implementation GuidePageView

}

// 加载视图

@end

上一篇 下一篇

猜你喜欢

热点阅读