JSAnimatedImagesView
JSAnimatedImagesView - UIView subclass to easily add a cool animated photo carrusel to your iOS app...
UICollectionView Example
We're going to take a look at the new UICollectionView class Apple introduced in iOS 6. It's used to display a grid of cells, and what better to display in those cells than some beautiful photos from 500px?
PSCollectionView
PSCollectionView - A simple open source implementation of a Pinterest Pinboard for iOS...
FDStatusBarNotifierView
FDStatusBarNotifierView - A notifier view for iOS that resides in the status bar.
ColorPopover
A ColorPopover is a very simple component for iPhone/iPad that provides a "Popover" color picker.
TKContactsMultiPicker
TKContactsMultiPicker - A customizable, simple controller for picking multiple contacts.
SHSidebarController
Sidebar with folding effect for iOS. Contribute to SHSidebarController development by creating an account on GitHub.
iOS Library For Adding High Performance Shadow And Reflect Effects To UIImageViews
I've mentioned some excellent open source libraries for photo filters and scaling and cropping images, and adding shadow and stacking effects.
DYFloatingHeaderView
DYFloatingHeaderView - A Facebook inspired custom Objective-C UIView that floats on top of an underlying UIScrollView...
A Guide To iOS SDK For Web Designers | Smashing Mobile
This post will help you get to know the iOS SDK a little better. It leads you through some choreographed steps of iOS app development, even if you have little or no programming knowledge.
AJProgressPanel
Animated progress panel. Contribute to AJProgressPanel development by creating an account on GitHub.
Segmented Buttons for iOS - Cocoa Controls
This is a control that looks like a UISegmentedControl but acts like buttons. You can find examples in popular apps like TweetBot and Yelp.
YIFullScreenScroll
Pinterest-like scroll-to-fullscreen UI for iOS. Contribute to YIFullScreenScroll development by creating an account on GitHub.
Tool: UIColor Color Display And Color Picking Extension For Xcode
Amazing colorPicker Tool for XCode
Building Instagram for the iPhone Part 2
In this article we are going to use the new iOS 5 framework called “Core Image” to create and apply effects to the images.
A Vertical Slider for iPhone
The UISlider control offers a way to continuously get values from the user within a range of set values. In the Interface Builder library of controls, there is only a horizontal version of the slider, with no obvious way to change its orientation. In this blog, we’ll learn how to rotate the slider control to a vertical orientation.
Appledoc - Objective C API documentation generator
Appledoc is command line tool that helps Objective-C developers generate Apple-like source code documentation from specially formatted source code comments.
It's designed to take as readable source code comments as possible for the input and use comments as well as surrounding source code to generate visually appealing documentation in the form of HTML as well as fully indexed and browsable Xcode documentation set. Although there are several tools that can create HTML documentation for Objective-C, all of those know to me fall short in meeting the minimum of goals described in appledoc's readme file. Check example documentation to see what you can get and online documentation to see how to get there!