vicpenap/VPPDropDown - GitHub
VPPDropDown is an iOS library that allows you to create dropdown-like menus in a table view, as seen in old Twitter 3 for iPhone
ios 
16 hours ago
MWPhotoBrowser
A simple iOS photo browser
ios  cocoa 
13 days ago
robinsenior/RSMaskedLabel - GitHub
A UIView that renders and inverted mask of a UILabel
ios  uilabel 
13 days ago
initWithNibName:bundle: Breaks Encapsulation – Ole Begemann
Using init instead of initwithnibname when instantiating a new view controller.
ios  cocoa  tips 
13 days ago
KNPathTableViewController
KNPathTableViewController is an UITableViewController with a small customizable overlay panel that shows up when you scroll the table, inspired by Path app.
ios  path  uiview 
17 days ago
coneybeare/UAModalPanel - GitHub
An animated modal panel alternative for iOS
ios  modal  uiview 
27 days ago
Economies of Scalar « The Powers of Observation
But I want something a little different: I want a scalar-based definition of age and setAge:, but only if the OS is earlier than 5.0/10.7. If not, I want no definition, so that the OS will generate it for me...here's the template to do it.
ios  coredata  mogenerator 
28 days ago
Constant Confusion


The const keyword in C can be confusing, so I wanted to put down my thoughts for my own benefit and for those looking for some clarity. In summary, I'm going to advocate you place const to the right, and read the declaration from right to left.
objective-c  tips  const 
28 days ago
Building a Universal Framework for iOS | Atomic Spin
Step-by-step instructions to build an armv6, armv7, i386 unified framework using Xcode. I usually just manually did this with lipo, but yay automation.
framework  ios  tutorial 
28 days ago
iCloud Demystified
Decent tutorial on getting rigged up with document/state syncing with iCloud.
icloud  ios  tutorial 
28 days ago
Cedar
BDD-style testing using Objective-C
bdd  ios  objective-c  testing 
28 days ago
TouchHandlebars
A very much work in progress objective-c implementation of the Handlebars template engine.
ios  cocoa  templating 
28 days ago
CMPopTipView
Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips.
ios  uiview  notifications 
28 days ago
DTLocalizableStringScanner
An open source substitute for Apple's genstrings which can be integrated in Apps.
ios  cocoa  localization 
28 days ago
SWSnapshotStackView
Snapshot Stack View cocoa touch class decorates your UIImage's for presentation to the user with matte border, drop shadows and simulated stack of physical photos
uiimageview  ios 
28 days ago
PHRefreshTriggerView
This is an alternate to EGORefreshTableView that uses gestureRecognizer instead of UIScrollView's delegate
ios  pulltorefresh  gesture 
28 days ago
F3BarGauge
Bar gauge progress indicator samples.
ios  cocoa 
4 weeks ago
JSON Libraries for iOS Comparison
Speed comparisons of the different JSON libraries in iOS
json  ios  cocoa 
4 weeks ago
square/zapp - GitHub
Zapp is an app that continuously runs your KIF tests, polling your remote repository for changes and running your Xcode builds.
ios  testing  ci 
4 weeks ago
LookIO
Live in-app support plugin for mobile apps
support  marketing  ios 
4 weeks ago
objective c - ARC and bridged cast - Stack Overflow
Great description of the ARCs __bridge casts
arc  ios 
4 weeks ago
Twitter / @dannygreg: extern NSString *const is ...
Words to live by:

"extern NSString *const is your friend people get those string constants out of the preprocessor."
tips  xcode 
4 weeks ago
Crashlytics
New crash reporting service currently in beta.
crashreporter  mobile  ios 
4 weeks ago
Mixpanel | Real-time Web Analytics, Funnel Analysis
Flurry alternative that is dedicated solely to analytics tracking, not as a side project to an ad business.
analytics  tracking  mobile 
4 weeks ago
[a•mo•bee] - (n.) the company defining mobile advertising.
[a•mo•bee] offers comprehensive mobile advertising solutions to the largest mobile operators, publishers, and advertisers. [a•mo•bee]’s advanced, proprietary technology delivers all forms of mobile advertising—from a simple text message to a rich media experience—supporting the vast array of connected devices in the marketplace.
advertising  mobile 
4 weeks ago
chrishulbert/CHDropboxSync - GitHub
This is a small library designed to make it extremely simple for you to sync your iOS app's 'Documents' folder's files and subfolders to a folder on Dropbox.
ios  dropbox 
5 weeks ago
nst/objc_dep - GitHub
Graph the import dependancies in an Objective-C project
ios 
6 weeks ago
rpetrich/objc_api_visibility - GitHub
Private API checker for iOS. Requires class-dump-z to be in the PATH
ios  api 
7 weeks ago
SBTickerView - GitHub
An easy to use ticker view with inspiration from Flipboard
uiview  ios 
7 weeks ago
ipalmer/CKReflectionImage - GitHub
This example shows to create a custom component to display an image with its reflection.
ios  uiimage 
7 weeks ago
samsoffes/ssindicatorlabel - GitHub
It displays an indicator to the left when something is load and animates it away when it stops loading.
ios  uiview  activityindicator 
7 weeks ago
bunchjesse/JBSignatureController - GitHub
Allows you to present a view controller to the user allowing them to sign on the screen. After they've signed, the controller allows you to grab a UIImage of the signature for use or store. Built with ARC.
ios  uiview 
7 weeks ago
devindoty/DDMenuController - GitHub
DDMenuController is a similar menu controller to the one found in Facebook and Path 2.0 on iOS. Allows for panning like Path 2.0, as well as a left or right view. Built using ARC, and currently supports iPhone and iPod Touch running iOS 5.
ios  uinavigationcontroller 
8 weeks ago
GMGridView
A performant Grid-View for iOS (iPhone/iPad) that allows sorting of views with gestures (the user can move the items with his finger to sort them) and pinching/rotating/panning gestures allow the user to play with the view and toggle from the cellview to a fullsize display. — Read more
opensource  ios  gridview 
9 weeks ago
libgit2/libgit2 - GitHub
libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language with bindings.
library  git 
9 weeks ago
Objective-Git
Objective Git provides Objective-C bindings to the libgit2 linkable C Git library. It has been implemented as a framework right now. This is a good reference for setting up frameworks in xcode This library follows the rugged API as close as possible while trying to maintain a native objective-c feel.
cocoa  ios 
9 weeks ago
SongRedux
Open source version of AudialHub that is in serious need of love.
opensource  apps 
august 2011
WebAppKit
WebAppKit is a BSD-licensed framework for creating web applications using Cocoa and Objective-C, running on Mac OS X. It's in early stages of development and requires Mac OS X 10.6.
opensource  webkit 
july 2011
nickpaulson/NPReachability - GitHub
NPReachability is a block-based reachability class. It notifies handlers of changes in the reachability status.
ios 
july 2011
eczarny/xmlrpc - GitHub
The Cocoa XML-RPC Framework is a lightweight XML-RPC client framework written in Objective-C for use on Mac OS X and iPhone OS.
macosx  iOS  xmlrpc 
july 2011
0xced/UIKit-Artwork-Extractor - GitHub
UIKit Artwork Extractor extracts all the artwork and emoji symbols contained in UIKit into png files.
iOS 
july 2011
jasonmorrissey/JMTabView - GitHub
Stylish and animated tab view for iOS rendered entirely using core graphics
iOS  cocoa  uitabbar 
july 2011
CoreParse
CoreParse is a parsing library for OS X. It supports a wide range of grammars thanks to its shift/reduce parsing schemes. Currently CoreParse supports SLR, LR(1) and LALR(1) parsers.
osx 
june 2011
EGOTextView
EGOTextView is a complete drop in replacement for UITextView created by enormego, that adds support for Rich Text Editing
cocoa  iOS  uicontrol 
june 2011
StackScrollView
Stack Scroll View Panel like Twitter Ipad app for iOS developers [iPad]
iOS  uicontrol  uiscrollview 
june 2011
Objective-C-HMTL-Parser
An Objective-C wrapper around libxml for parsing HTML
html  cocoa  iOS  macosx 
june 2011
samvermette/SVSegmentedControl - GitHub
A UISwitch-like segmented control for your iOS app
opensource  ios  uicontrol 
june 2011
appledoc
Objective-c code Apple style documentation set generator
cocoa  documentation 
june 2011
HGPageScrollView
UIScrollView for iPhone with horizontal paging like mobile Safari tabs
iOS  control 
june 2011
DDProgressView
DDProgressView is a custom progress view à la Twitter for iPhone.
ios 
june 2011
Superpin
Superpin is a drop-in replacement for MKMapView that automatically clusters annotation views
ios  cocoa  mkmapview 
june 2011
MMGridView
MMGridView is a simple GridView / Dashboard like UI component for iOS. The default cell implementation gives you a background view, a label and background view behind the label. Feel free to create cell subclasses that fit your needs.
ios 
may 2011
« earlier      

Copy this bookmark:



description:


tags: