Get Updates By Email
Get a summary each day we post new resources.


We value your privacy.
Article Written By:
Johann Dowa

Javascript Library For Eliminating The Touch Lag That Occurs Within iOS Browser Based Apps

One of the more annoying issues when developing applications that run in the iOS browsers (and other mobile browsers) is the lag that occurs between a touch, and the actual firing of a click event. This is actual on purpose – as the browser is waiting to see if a double-click is occurring.

FT labs has created a javascript library called FastClick that allows you to get rid of this issue very easily.

News: Unity Game Engine Now Free For Indie iOS Devs

I’ve mentioned some excellent Unity 3D resources the most popular being these tutorials on making 2D games with Unity, and these tutorials on making 2D games with Unity using only free tools.

Today Unity announced that the latest version of their Unity game engine now be free for indie iOS developers (developers earning $100,000 or less per year). This means you can publish to the iOS (and Android) platform without any royalties or licensing fees.

Example: Detecting Tangible Objects On The iPad Screen

Some time ago I mentioned the excellent free augmented reality framework from Qualcomm called Vuforia.

Here’s an interesting example from Vivien Cormier called the iOS tangible detector for detecting objects that are placed on the screen.  The library does this by detecting the distance between three points on the object, and making calculations about the size, and angle of the object based on the location of those points.

Here’s a video of the Tangible Detector in action:

Great Looking Open Source Drag To Share iOS UI Control

I’ve mentioned a number of libraries to aid with adding social sharing capabilities within your apps such as ShareKit which allows you to quickly add social sharing within your apps for a wide variety of social networks – and Apple has added this capability for the major social networks.

Here’s a slick user interface control from Camden Fullmer that provides a circular menu interface with icons included for Facebook, Twitter, Google Drive, Pinterest, Dropbox, and Evernote sharing.

Top iOS Development Resources For Week Ended April 19th, 2013

Welcome back to the weekly feature of the most popular new resources mentioned on the site in the past week.

This weeks most popular resource is a library that allows you to create high quality flat style user interface controls.

Here are the 3 most popular resources for the last week:

1. FlatUIKit - Allows you to create flat user interface controls such as buttons, alert views, switches, steppers and nav bars. (share on twitter) (featured here)