GithubHelp home page GithubHelp logo

jasonudoo / stacker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lokimeyburg/stacker

0.0 2.0 0.0 1.05 MB

Stacker is an iOS view-controller to kickstart development of hybrid native/web iOS apps.

License: MIT License

stacker's Introduction

Drawing

Stacker is an iOS view-controller to kickstart development of hybrid native/web iOS apps. Stacker was built to keep your navigation native while the rest of your app is driven by webviews using Stacker's special URLs.

Built for: iPhones running iOS 7 & iOS 8 (iPad support coming soon)

Features

  • Build URL-driven iOS apps
  • Send messages between Obj-C and JavaScript
  • Custom navigation button handlers
  • View external websites in a separate modal view
  • Theming options
  • Pull to refresh on all pages
  • Error pages
  • App version and device information sent in HTTP headers

Getting Started & Documentation

View the official Stacker documentation to get started.

Creating a StackerController

If you're using CocoaPods:

In your Podfile add:

pod 'LMStacker', :git => 'https://github.com/lokimeyburg/Stacker.git'

And then run

$ pod install

Now in your XCode project:

// Import Stacker
#import "LMStackerController.h"

// Create a controller and point it to your web app's url
LMStackerController *myController = [[LMStackerController alloc] initWithURL:@"http://localhost:3000?x_page_title=Home"];

stacker's People

Contributors

lokimeyburg avatar

Watchers

James Cloos avatar Jason avatar

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.