Tagged with “ios”…

Skala Preview »

Skala Preview sends lossless, color accurate image previews to any iOS device. This app reminds me of LiveView, except you’re able to preview the canvas of a Photoshop CS5 document as you edit, perform color blindness testing, and view the same image preview on multiple iOS devices.

1 day ago on Thursday, February 23rd, 2012 at 3:02 PM / Permalink

iOS ‘86

iOS ‘86

1 week ago on Monday, February 13th, 2012 at 12:38 PM / Permalink

Behind the App: Repeat Timer Pro »

A great, behind-the-scenes look at the ideas and processes that went into making Repeat Timer Pro. (via Chris)

2 weeks ago on Thursday, February 9th, 2012 at 5:33 PM / Permalink

Prevent flash of white at startup in PhoneGap »

2 weeks ago on Saturday, February 4th, 2012 at 4:31 PM / Permalink

Clear for iPhone (Coming Soon!)
Clear is a simple to-do app by Realmac Software. (via Glasshoff)

4 weeks ago on Thursday, January 26th, 2012 at 4:29 PM | Permalink

DETweetComposeViewController »

DETweetComposeViewController is an iOS 4 compatible version of the TWTweetComposeView controller. Otherwise known as the Tweet Sheet.

1 month ago on Monday, January 23rd, 2012 at 3:23 PM / Permalink

The Fantastic Flying Books of Mr. Morris Lessmore iPad App Trailer
This app by Moonbot Studio looks pretty great!

1 month ago on Tuesday, January 3rd, 2012 at 4:30 PM | Permalink

Gestures Recognizers – Tap, Pinch/Zoom, Rotate, Swipe, Pan, Long Press »

(via CocoaHeads)

2 months ago on Tuesday, December 20th, 2011 at 2:53 AM / Permalink

Visn by Futurehaus »

Visn is a Universal iOS app by Futurehaus that is as a customizable feed reader for images. I just downloaded it for iPad and it’s a wonderful way to browse all of the image-focused sites I look at everyday.

2 months ago on Friday, December 16th, 2011 at 1:47 PM / Permalink

Game Center Achievement Notification »

Game Center has a notification window that slides down and informs the GKLocalPlayer that they’ve been authenticated. There is no built-in way to display achievements that the user may have earned during use of your application. The GKAchievementNotification classes are a way to display achievements awarded to the player in the same manner as the authenticated message.

2 months ago on Thursday, December 8th, 2011 at 1:37 AM / Permalink

iOS SDK: Game Center Achievements and Leaderboards – Part 1 »

2 months ago on Thursday, December 8th, 2011 at 1:15 AM / Permalink

Pixels and Rocket Science: An Interview with The Last Rocket Creator, Shaun Inman »

3 months ago on Tuesday, November 22nd, 2011 at 1:59 PM / Permalink

Codify is an iOS App that lets you create games and simulations on your iPad.

3 months ago on Friday, November 4th, 2011 at 5:32 PM | Permalink

Nizo iPhone App »

Neat site. (via Matt)

3 months ago on Wednesday, November 2nd, 2011 at 11:56 AM / Permalink

How to check if a device is an iPad in iOS 3 and up

BOOL isIPad = NO;
#ifdef UI_USER_INTERFACE_IDIOM
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
	isIPad = YES;
}	
#endif

4 months ago on Wednesday, October 19th, 2011 at 9:55 PM / Permalink