Project:
bdunagan
Code Location:
http://bdunagan.googlecode.com/svn/trunk
Ohloh Project Analysis
Various projects and sample codeLinkArrowsShows how to create iTunes link arrows.
Using_UITabBarControllerShows how to load a UITabBarController from a separate XIB.
BDAuthorizePrefPaneShows how to use SFAuthorization to lock/unlock a prefpane with security credentials.
SyncingArrows_iPhoneShows how to recreate iTunes rotating arrow icons that show an iPod/iPhone is syncing in an iPhone app.
SyncingArrowsShows how to recreate iTunes rotating arrow icons that show an iPod/iPhone is syncing.
BDCoreAnimation_iPhoneDemos two simple animations: a flying icon and a yellow fade in the UITableView on the iPhone.
BDCoreAnimationDemos two simple animations: a flying icon and a yellow fade in the source list.
NSTableView_setObjectValueLeverages NSTableView's setObjectValue: data source selector to insert the controller in the view-model bindings path.
Two_NSButtonCells_in_NSTableViewDemos two NSButtonCells in an NSTableView and how to enable the space bar action on them
UIScrollView_in_UIScrollViewDeals with embedding a UIScrollView in a UIScrollView, like a UITextView in a UITableView
ProgressInNSTableViewEmbeds NSProgressIndicator (both continuous and discrete) in an NSTableView (or NSOutlineView)
BDAuthorizeShows how to use Cocoa's Security framework to perform root-level operations like privileged writes and sudo commands.
