SkillAgentSearch skills...

Kxintro

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

Install / Use

/learn @kolyvan/Kxintro
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

Related Skills

View on GitHub
GitHub Stars66
CategoryDevelopment
Updated1y ago
Forks14

Languages

Objective-C

Security Score

80/100

Audited on Jun 10, 2024

No findings