- Drop files from kxintro/source folder in your project.
- 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.
at least iOS 5.1 and Xcode 4.5.0
Tweet me — @kolyvan_ru.