Skip to content

kolyvan/kxintro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KxIntro is a small set of objective-c classes for showing of introduction in iOS app

intro

Usage

  1. Drop files from kxintro/source folder in your project.
  2. Add frameworks: QuartzCore.framework and CoreGraphics.framework

Sample code:

KxIntroViewController *vc;
vc = [[KxIntroViewController alloc] initWithPages:@[
      [KxIntroViewPage introViewPageWithTitle: @"Lorem Ipsum passage"
                                   withDetail: @"Lorem ipsum dolor sit amet, consectetur.."
                                    withImage: nil],
      ]];
[vc presentInViewController:self.window.rootViewController fullScreenLayout:YES];

Look at kxIntroExample demo project as sample of using.

Requirements

at least iOS 5.1 and Xcode 4.5.0

Feedback

Tweet me — @kolyvan_ru.

About

KxIntro is a small set of objective-c classes for showing of introduction in iOS app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published