The standard tab bar and navigation bar included within iOS, in all honestly, are rather bland and if you're creating a brand new app...
Showing posts with label iPhone Coding. Show all posts
Showing posts with label iPhone Coding. Show all posts
Monday, September 3, 2012
Thursday, August 30, 2012
Objective-C Literals
Three new features were introduced into clang at the same time: NSNumber Literals provide a syntax for creating NSNumber from scalar l...
iOS Resources: Create A Character With Ragdoll Physics Using Chipmunk And Cocos2D
A great example on using the Chipmunk physics engine with Cocos2D. You can find the tutorial with an example project on the Heyalda...
Open Source iOS Control For Creating Map Kit Style Callouts In Other Views
Now you can add the same callouts outside of an MKMapKitView. You can find the control on Github here . You can read more about the co...
iOS Resources : Open Source iOS Library And Example For Creating A Drum Beat Maker
For anyone looking to create a drum beat maker on the iOS platform. Also included is a great example that could be used as a starting poi...
Wednesday, August 29, 2012
Today iPhone Development Resources and Articles
1.A Utility App for iPhone On the iPhone, the Utility Application template creates an app with a two view controllers. The second view co...
How to Create Air hockey Game for Mobile Phones iPhone and Android
Have you ever played Air Hockey? Air Hockey is a fairly popular game in game centers and other places where people hang out. Not that man...
Reusable collapsable table view for iOS
I was once working on an iPhone application that shows a large number of inputs, grouped into various categories, in a UITableView. To ch...
Open Source iOS Grid View Control With Automatic Dynamic Layout Changing
A very useful control for displaying images of different sizes. You can find the control BDDynamicGridViewController by Norez Ora...
Tuesday, August 28, 2012
Today iPhone Development Resources and Articles
1- Open Source Unity 2D Game Framework With A Flash/Cocos2D Like Syntax A new framework from Matt Rix known as Futile for creating 2D gam...
Open Source Custom iOS UITableView Control For Chat Bubbles Like The Messages App
Open Source Custom iOS UITableView Control For Chat Bubbles Like The Messages App A very interesting UITableView customization. You ...
Today iPhone development Resources and Articles
1- Create A Character With Ragdoll Physics Using Chipmunk And Cocos2D A great example on using the Chipmunk physics engine with Cocos2D. ...
Today iPhone Development Resources and Articles
1.Custom Table View Cells in iPad Programming The UITableViewCell class can be configured to display in a variety of standard ways, but...
Open Source iOS Control For Creating Springboard Style Icons With Alert Badges
Open Source iOS Control For Creating Springboard Style Icons With Alert Badges A very useful control if you're looking to add a spring...
Monday, August 27, 2012
Open Source Robot Framework Inspired iOS App Automation Library
This library provides an easy way to automate usage of your apps in the simulator. Included are a number of easy ways to perform swipe g...
Open Source iOS Control For Creating Map Kit Style Callouts In Other Views
The UICalloutView (those "bubbles" you see in map view) is a control that has been mimicked many different times. with numerous...
Open Source iOS Control Providing Live Video Filters With A Great Interface
Some time ago I mentioned GPUImage that greatly simplifies the creation of OpenGL ES video filters on the iOS platform. I've also poi...
Today iPhone Example Program And Resources...
1.Presenting a Popover in iPad: The UIPopoverController class (for iPad) is a very neat way to present information to the user. In this b...
Example Source Code: A Konami Code iOS Gesture Recognizer
The Konami Code is a sequence of button presses and control movements used to unlock cheats and easter eggs in many Konami (and other) ga...
Wednesday, August 1, 2012
Bluetooth Connectivity with GameKit in iOS
This iOS tutorial will teach you how to establish a Bluetooth connection between two iOS devices using theGKPeerPickerController, GKPeerP...