iOS,『 App 引导页 SwpGuidancePage 』

SwpGuidancePage

  • 在我们项目中经常会用到引导页,引导页一般 3 - 5 个页面,主要功能就是向用户展示你的产品,App 更新的重要功能, 引导用户体验,重大活动推出等等.
  • SwpGuidancePage 使用 UICollectionView 系统直接会优化 Cell 复用问题。

SwpGuidancePage 效果


手动导入

  • SwpGuidancePage 文件夹导入项目。
1
#import "SwpGuidancePage.h"

CocoaPods 导入:

1
2
pod search SwpGuidancePage
pod 'SwpGuidancePage'
1
#import <SwpGuidancePage/SwpGuidancePage.h>

SwpGuidancePage 下载地址