Skip to main content

Posts

Showing posts from November, 2010

JavaScript, JSON and Objective-C

json-framework This framework implements a strict JSON parser and generator in Objective-C. jsbridge-to-cocoa This project consists in a lightweight api for iPhone to call Objective-C code from Javascript in a UIWebView. A Javascript code is provided, which is able to communicate to an extension of Cocoa's UIWebview. The JSBridge does not use any private api, and has a dependency on json framework for Objective-C.

iOS Fonts

An overview over all fonts available for iPhone und iPad under iOS 4.2 iOS Fonts

Drawing Routes onto MKMapView Using Unofficial Google Maps Directions API

Sample IPhone Application: Drawing Routes onto MKMapView Using Unofficial Google Maps Directions API Kadir Pekel

Cross App Promotion

An "In-App App Store" (IAAS) is a component you add to your iPhone/iPad apps in order to cross sell your other apps. This project provides one implementation of an IAAS. It features: A simple interface for creating a view controller that can be presented modally or in a popover. The content of the controller is a simple HTML page. The component first tries to load an online version of the IAAS, and if that fails falls back on a local version. Easy to drop into any project. github

iPhone 4 GUI PSD (Retina Display)

A nice Photoshop template file. teehan+lax

Find my iPhone

A service by Apple to find your iPhone: How to set up Find my iPhone Apple

Adeem's iPhone Tutorials for Programmers

Help to build mobile applications for Apple Store Adeem.me

Apple - Application Loader

If you want to upload an App with a space in its name you can do it via the Application Loader shipped with xcode If you are working with different account you can reset the Application Loader configuration via the "Window" menu:

Skitch

You'll love Skitching because it's fast. Screengrab anything, add a note and share – your online camera and pen. Needs registration, though. Skitch

xcode Layout: All-in-One

There is a nice layout available for xcode, called All-in-One that displays all windows within one. The option is only available when no project was opened with xcode.

App Scanner

App Scanner lets you proactively find private APIs in your code before you submit to the iOS Review Team and get rejected for using the private APIs. Chimp Studios

Flurry API

Flurry Analytics provides accurate, real time data to developers about how consumers use their mobile applications, as well as how applications are performing across different handsets. Application developers receive aggregated usage and performance data, as well as robust reporting and analysis tools. With this data, developers can identify issues and opportunities, create a more informed product roadmap, increase retention and grow their user base. Flurry

iPhone OS Version Breakdown – September

iOS Version Update: iOS 4 Now Powering 68% of iPhones Released on June 21st, iOS 4 is the newest operating system for the iPhone. In July, one month after its release, it was already powering 50% of all iPhones. Now, based on traffic data from online ad network Chitika, it accounts for 68% of the iPhone market. Since July 22nd, the previous incarnation, iOS 3, has dropped from 48% of the market to just 31%. Even older operating systems – iPhone OS 1 and 2 – have dropped to a combined 0.7%. Chikita Research

iOS Enterprise Program

If you meet the requirements, you should consider joining the iOS Enterprise Program. iOS Enterprise Program You must be a company or organization with a DUNS number to apply. Distributing Enterprise Apps for iOS 4 Devices One highlight: You can wirelessly distribute your Apps to your customer. iPhone Configuration Utility iPhone Configuration Utility (IPCU) lets you easily create, maintain, encrypt, and install configuration profiles, track and install provisioning profiles and authorized applications, and capture device information including console logs.

Jumpcut

Jumpcut is an application that provides "clipboard buffering" — that is, access to text that you've cut or copied, even if you've subsequently cut or copied something else. The goal of Jumpcut's interface is to provide quick, natural, intuitive access to your clipboard's history. Very useful for caching code sniplets. Sourceforge