VSTabBar
A custom Tab Bar write from scratch. Contribute to VSTabBar development by creating an account on GitHub.
TSPopover
UIPopover like UI for iPhone. Contribute to TSPopover development by creating an account on GitHub.
Put an issue in the github of the developer instead
Photoshop For Developers: Making a Leather Navigation Bar | Ray Wenderlich
This is a blog post by iOS Tutorial Team member Tope Abayomi, an iOS developer and Founder of App Design Vault, your source for iPhone App Design.
CQMFloatingController
CQMFloatingController - Floating UI component with navigation bar for iPhone...
Objectively Speaking: A Crash Course in Objective-C | Ray Wenderlich
This is a post by iOS Tutorial Team Member Linda Burke, an indie iOS developer and the founder of canApps.
CeasyXML - Objective-C library for XML writing and reading automation
Automate all XML parsing and writing on Mac and iOS. Ban all tedious NSXMLParser or NSXMLDocument code.
MGBox
A UITableView replacement with simplified API. Contribute to MGBox development by creating an account on GitHub.
How To Rotate a 3D Object Using Touches with OpenGL | Ray Wenderlich
This is a blog post by site administrator Ray Wenderlich, an independent software developer and gamer.
Example: Open Source iOS Castle Destruction Game Using Cocos2D And Box2D
I’ve mentioned some excellent open source games from the app store that could be used as a great examples for learning how to create games. Most of these games use Cocos2D and I’ve come across another Cocos2D game that makes for a great example.
Cocoa with Love: Drawing gloss gradients in CoreGraphics
his post presents a function &mdash DrawGlossGradient(CGContextRef context, NSColor *color, NSRect inRect) &mdash that will draw a "gloss" gradient in a single statement. All colors in the gradient are calculated from the single color parameter.
Cocoa with Love: Sliding UITextFields around to avoid the keyboard
Here's a good way to slide your view around when editing UITextFields so that they never get trapped under the onscreen keyboard.
Cocoa with Love: Adapter interfaces in Objective-C, using categories.
The Categories feature of Objective-C lets the programmer add extra sets of methods after compilation, something impossible in most compiled languages. Using this feature, here is an Objective-C variant of the classic "Adapter" design pattern that allows two classes to work closely together, without two-way coupling dependency problems.
Cocoa with Love: An RSS-feed and location-based iOS application
The purpose of this post is so that I will have a link to give people when they ask: how do I write an iOS application that pulls data from an RSS feed, displays it pretty and can put things on a map. I'll show you all of that and more as I rewrite my oldest iOS application from scratch: FuelView.
MPFoldTransition
MPFoldTransition - Easily add custom folding and page-flipping transitions to UIViews and UIViewControllers...
How to Create Amazing Image FX with Core Image Frameworks | Tutorial | Objective-C | CocoaTouch | Xcode | iPhone | ChupaMobile
Core Image allows you to create amazing image effects and it comes with several built in filters, learn how to use it.
iCloud and UIDocument: Beyond the Basics. Part 4/4 | Ray Wenderlich
This is a blog post by site administrator Ray Wenderlich, an independent software developer and gamer.
iCloud and UIDocument: Beyond the Basics. Part 3/4 | Ray Wenderlich
This is a blog post by site administrator Ray Wenderlich, an independent software developer and gamer.
BBCyclingLabel for iOS - Cocoa Controls
iOS 5+ (ARC) UILabel clone that performs animated transitions when changing text.
Adjustable Label Category for iOS - Cocoa Controls
Adjusting the size of a UILabel is a pain in the back. This category provides a couple of simple methods to make this process less painful. You can "auto adjust" a label provided a minimum size, maximum size or none at all.
iCloud and UIDocument: Beyond the Basics. Part 2/4 | Ray Wenderlich
This is a blog post by site administrator Ray Wenderlich, an independent software developer and gamer.
Nice catch, I Fixed the link.
Thx