1.A Color Chooser for the iPhone In this blog we'll show an interesting way to set the background color of a view. We'll also be ...
Showing posts with label iPhone Samples. Show all posts
Showing posts with label iPhone Samples. Show all posts
Monday, September 3, 2012
How to Add Custom Backgrounds to iOS Tab & Navigation Bars
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...
Open Source Core Data And Network Debugging Tool For iOS Apps
PonyDebugger is a debugging tool from Square that uses the browser and helps you to debug native iOS apps by allowing you to view network...
Today iOS Development Resources and Articles
1.Using Modal Storyboard Segues – iPhone Programming An important new feature in Xcode 4 is the use of Storyboards to quickly prototype t...
Wednesday, August 29, 2012
Open Source C# (Mono Compatible) Library for Sending Push Notifications To iOS Apps
Another good alternative for sending push notifications. You can find the library PushSharp on Github here . You can find a tutor...
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...