DWIntrosPage 1.1.0

DWIntrosPage 1.1.0

Maintained by DWGuidePage.



  • By
  • Dwyane

DWIntrosPage

Travis Travis Travis Travis

Image text Image text Image text Image text

Introduce(项目介绍)

An iOS framework to easily create a beautiful and powerful intros page with only a few lines of code.

  • DWIntrosPage supports both static and dynamic images with only low memory.
  • DWIntrosPage Support for gradient switching and high customization.
  • And then we're going to support video. Thank you for attention

Usage(使用)

    DWIntrosPageContentViewController *page1 = [DWIntrosPageContentViewController introsPageWithBackgroundImageWithName:@"gif01"];
    DWIntrosPageContentViewController *page2 = [DWIntrosPageContentViewController introsPageWithBackgroundImageWithName:@"gif02"];
    DWIntrosPageContentViewController *page3 = [DWIntrosPageContentViewController introsPageWithBackgroundImageWithName:@"gif03"];
    DWIntrosPagesViewController *introsPage = [DWIntrosPagesViewController dwIntrosPagesWithPageArray:@[page1, page2, page3]];
//  introsPage.showPageControl = YES; //show the pageControl
//  introsPage.canSkip = YES; // show the skipButton
//  introsPage.skipButton.backgroundColor = [UIColor redColor]; //setup the skipButton
    __weak typeof(self) weakSelf = self;
    introsPage.skipButtonClickedBlock = ^{
        NSLog(@"clicked skip button");
        [weakSelf setupHomeVC];
    };

Installation(安装教程)

DWIntrosPage is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'DWIntrosPage'

also supports the method for installing the library in a project.

Community

Questions, comments, issues, and pull requests welcomed!!

Author

Dwyane