Giter VIP home page Giter VIP logo

uiviewcontroller-tutorial's Introduction

UIViewController+Tutorial

Sources of UIViewController+Tutorial and Demo app to show fancy on-boarding tutorials.

##Download $ git clone https://github.com/kronik/UIViewController-Tutorial.git $ cd UIViewController-Tutorial/

##Usage Please check out the demo project included.

Screenshot

Initialization

#import "UIViewController+Tutorial.h"

Trigger navigation tutorial

- (void)viewDidAppear: (BOOL)animated{
    [super viewDidAppear:animated];

    [self startNavigationTutorial];
}

Trigger create new item tutorial

- (void)viewDidAppear: (BOOL)animated{
    [super viewDidAppear:animated];

    [self startCreateNewItemTutorialWithInfo:NSLocalizedString(@"Pull down to create new item", nil)];
}

Trigger tap to open settings tutorial

- (void)viewDidAppear: (BOOL)animated{
    [super viewDidAppear:animated];

    [self startTapTutorialWithInfo:NSLocalizedString(@"Tap here to open settings", nil) 
                           atPoint:CGPointMake(160, 350)
              withFingerprintPoint:CGPointMake(160, 200) 
              shouldHideBackground:NO];
}

##Requirements Supported build target - iOS 7.x Earliest supported deployment target - iOS 7.0

##License UIViewController+Tutorial is available under the MIT license. See the LICENSE file for more info.

uiviewcontroller-tutorial's People

Contributors

kronik avatar ryanbertrand avatar

Stargazers

Vatsal Kelawala avatar  avatar  avatar Danish avatar  avatar Sebastian Barajas avatar  avatar Nobody avatar Michael Klein avatar Torben Kikkert avatar coderHooge avatar Vincent avatar Lugede avatar iHTCboy avatar Zeqiang Huang avatar  avatar  avatar  苏苏炎 avatar EricZhao avatar  avatar mingxianwei avatar Vasant Mungra avatar Mati avatar Angus H. avatar ooooops avatar  avatar Wymany Wu avatar Bob Edmonston avatar Fei Chang avatar  avatar Destiny avatar 渔夫 avatar  avatar anymuse avatar Nate Guo avatar Yang avatar  avatar DAO avatar phil zhang avatar Steve Kim avatar Sirio Zuelli avatar Yunseok Kim avatar JasonY avatar Jackye avatar Jason Hu 胡竞尘 avatar Kevin.Xiao avatar Alger avatar Yang xiaodong avatar Mohammad Zekrallah avatar  avatar David Qu avatar Cedrick avatar Itay Dressler avatar ZwEin avatar Cong Nguyen avatar Van avatar olunx avatar Hanton Yang avatar  avatar dskyu avatar  avatar  avatar Jason Tang avatar  avatar  avatar Kudo Chien avatar Yothin Samrandee avatar Eric Xu avatar  avatar Alvaro avatar  avatar sopig avatar seandong avatar Felix Dumit avatar fishchen avatar  avatar jack avatar  avatar An Tran avatar Mladjan Antic avatar Xiaobo Deng avatar  avatar Zhixuan Lai avatar Brooks avatar yager avatar Echo Liao avatar rayjune avatar  avatar Fabio Barbon avatar  avatar Jack Yin avatar Maziyar Panahi avatar Bitfinity avatar  avatar 赵向向 avatar Venj avatar Johnny Sung avatar strong84 avatar Robert Schmidl avatar  avatar

Watchers

mayulu avatar jack avatar James Cloos avatar yager avatar  avatar  avatar Nikhil Lihla avatar  avatar  avatar

uiviewcontroller-tutorial's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.