background preloader

Carterhyd

Facebook Twitter

Stanford on iTunes U. iPhone OS Reference Library. iPad App Development : How to create iPad Apps | Best iPad Apps, Cases and Development. iOS Human Interface Guidelines: Custom Icon and Image Creation Guidelines. The Status Bar The status bar displays important information about the device and the current environment (shown below on iPhone). Default (dark) content Light content The status bar: Is transparent When present, always appears at the upper edge of the screen Don’t create a custom status bar. Prevent scrolling content from showing through the status bar. Use a navigation controller to display content. Avoid putting distracting content behind the status bar.

Think twice before permanently hiding the status bar. Consider hiding the status bar—and all other app UI—while people are actively viewing full-screen media. Choose a status bar content color that coordinates with your app. When appropriate, display the network activity indicator. Navigation Bar A navigation bar enables navigation through an information hierarchy and, optionally, management of screen contents. A navigation bar: When the user goes to a new level in a navigation hierarchy, two things should happen: Toolbar A toolbar: Tab Bar. Mac Dev Center: User Defaults Programming Topics for Cocoa: Usin. iOS Dev Center. iPhone Applications Developers Worldwide Today - Home. Offshore iPhone App Development Company | iPhone Application Developers. Offshore iPhone Apps Development Company | iPhone Application Developers - Soft Prodigy. iPhone Articles. Design Freeware. Fun Design Apps. Adobe Creative Suite. iDisplay. Lightworks Video Editor.

iPhone App Development PPTs. iPhone App Development Company Documents. MiraculousOctopus for iPhone, iPod touch and iPad on the iTunes App Store. Wildlife Quiz for iPhone, iPod touch and iPad on the iTunes App Store. Free RingtoneMaker for iPhone 3GS, iPhone 4, iPhone 4S, iPhone 5, iPod touch (3rd generation), iPod touch (4th generation), iPod touch (5th generation) and iPad on the iTunes App Store.

Free MP3 Downloader Plus & Player for iPhone 3GS, iPhone 4, iPhone 4S, iPhone 5, iPod touch (3rd generation), iPod touch (4th generation), iPod touch (5th generation) and iPad on the iTunes App Store. MyContactsBackup Lite for iPhone 3GS, iPhone 4, iPhone 4S, iPhone 5, iPod touch (3rd generation), iPod touch (4th generation), iPod touch (5th generation) and iPad on the iTunes App Store. iPhone Developer Exchange. CS 193P iPhone Application Development.

Appcelerator Inc | Titanium Mobile Development Platform. Cross-Platform Mobile App Development for iOS, Android - Corona Labs. Kodu Game Lab. Alice. MINDSTORMS. GameMaker. Xamarin - Build cross-platform iOS, Android and Mac apps with C# and .NET. iPhone OS Development. Code the Code - Projects - class-dump. This is a command-line utility for examining the Objective-C runtime information stored in Mach-O files.

It generates declarations for the classes, categories and protocols. This is the same information provided by using ‘otool -ov’, but presented as normal Objective-C declarations, so it is much more compact and readable. Why use class-dump? It’s a great tool for the curious. You can look at the design of closed source applications, frameworks, and bundles. Download Current version: 3.5 (64 bit Intel) Requires Mac OS X 10.8 or later. Changes - News Contact You can email questions and bug reports to me at nygard at gmail.com. Usage License This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

[Tutorial] Hooking SpringBoard - iPod touch Fans forum. Open iPhone SDK: Adding Application Badges - O'Reilly Digital Me. If you’ve used the iPhone or iPod touch for any time, you’ve likely seen the small red badges that appear over applications on the home screen. These might indicate the number of missed phone calls or unread emails that accumulated since the user last opened Phone or Mail. There are actually two ways to go about badging applications: one, an extremely simple UIApplication call, the other a slightly more involved tunneling into UIKit. To set an application badge from within the program itself, use setApplicationBadge:. Pass it an NSString as its argument, limiting the string size to 4 or 5 characters at most.

For example, you could badge an application with the 3-letter abbreviation for the current month: NSDate *now = [NSDate dateWithTimeIntervalSinceNow:0]; NSString *caldate = [[now dateWithCalendarFormat:@"%b" timeZone:nil] description]; [self setApplicationBadge:caldate]; To remove an application badge, pass the empty string, i.e. @””. Using Application Badges. Several native applications on the iPhone use application badges as an indicator of new messages, think email and SMS.

Creating badges is quite straightforward and is nothing more than a method call, passing in the desired number to display. The image below shows how a badge may look when applied to your application. The code to create the badge is below the image. As one would expect, the iPhone does limit the number of digits it will display – see the code and image that follow: One nice feature that would be welcome is to have a means to create a badge with text.

Although you can set a badge for an application icon, I believe the real creative uses of this will evolve if/when Apple provides a means for an application to update the badge when the application is not running. I’ll keep my fingers crossed… Apprendre à faire une application iphone en dix leçons. PhoneGap | Home. Cocoa Dev Central.