Skip to content

augmify/ios-universal-webview-boilerplate

 
 

Repository files navigation

Simple Universal Webview App

This is an Xcode 6 Universal project that allows you to wrap your website or web app in a super simple iOS app.

Setup

  • Clone this repo, or hit "Download ZIP" in the Github sidebar.

Local mode (recommended)

  • Replace the stuff in web_content with your own mobile website.
  • Hit Run!

Internet mode

  • In ViewController.swift, switch around the commented out URL lines.
  • Set your URL...
  • Hit Run!

Why?

So you can build an iOS app in HTML/CSS/JS without using Cordova.

HTML web apps are totally awesome for layout content and typography. Tons of big apps like Instagram use HTML layouts and CSS styling for parts of their apps.

If you are a web developer who wants to release an iOS app, this should help you cut some corners when it comes to learning Swift.

Ideal use

Single page web app with on-screen/no navigation. For example, a game, interactive page, web based slideshow, etc.

About

Universal Swift-based boilerplate for a web app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 86.8%
  • HTML 13.2%