jQuery Mobile and Cordova Tutorial

Part 3: Run the app in a device emulator and fix device specific problems

Overview

In the final video in the introduction to jQuery Mobile and Cordova, we'll run the app in the iOS emulator and fix some small problems. We'll learn how to:

  1. Run the app in the emulator
  2. How to deal with the iOS status bar/header overlap
  3. How to speed up taps

Resources

Latest Blog Posts

The Swift Programming Language Companion: Section 1

In my last article I explained that aspiring iOS App Developers should start by learning swift and not jump in to app tutorials.

To help, I’ve been working on a series of articles that go through the book chapter by chapter, and offer some exercises that you should try after reading the corresponding chapter

Read more ...

Want to make an iOS App? Start with Swift

The biggest obstacle I see in new app developers is that they struggle with the basics.

Before you learn about UIViewController, UITableViewDataSource, and NSManagedObject, you need to fully understand let. var, enum, struct, if, for in, case let, and guard let.

Read more ...