https://github.com/noppefoxwolf/nfxtourviewcontroller
This is the ViewController that the user can see in a simple way the tour image.
https://github.com/noppefoxwolf/nfxtourviewcontroller
Last synced: 13 days ago
JSON representation
This is the ViewController that the user can see in a simple way the tour image.
- Host: GitHub
- URL: https://github.com/noppefoxwolf/nfxtourviewcontroller
- Owner: noppefoxwolf
- Created: 2014-10-04T07:59:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-04T08:18:54.000Z (over 10 years ago)
- Last Synced: 2024-05-02T05:46:08.056Z (12 months ago)
- Language: Objective-C
- Homepage:
- Size: 11.9 MB
- Stars: 30
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NFXTourViewController
=========================
This is the ViewController that the user can see in a simple way the tour image.
##Installation
>1.add your project `NFXIntroViewController.h` and `NFXIntroViewController.m`.##Usage
```
#import "NFXIntroViewController.h"
``````
UIImage*i1 = [UIImage imageNamed:@"101"];
UIImage*i2 = [UIImage imageNamed:@"102"];
UIImage*i3 = [UIImage imageNamed:@"103"];
UIImage*i4 = [UIImage imageNamed:@"104"];
UIImage*i5 = [UIImage imageNamed:@"105"];
UIImage*i6 = [UIImage imageNamed:@"106"];
UIImage*i7 = [UIImage imageNamed:@"107"];
UIImage*i8 = [UIImage imageNamed:@"108"];
UIImage*i9 = [UIImage imageNamed:@"109"];
NFXIntroViewController*vc = [[NFXIntroViewController alloc] initWithViews:@[i1,i2,i3,i4,i5,i2,i6,i7,i8,i9]];
[self presentViewController:vc animated:true completion:nil];
```
init with UIImage array.##About
noppefoxwolf
- [GitHub](http://github.com/noppefoxwolf)
- [Twitter](http://twitter.com/noppefoxwolf)