Tag Archives: Objective-C

Indie Basics: For indie devs, this is what iBooks was made for: The Complete Friday Q&A by Mike Ash

I spend a lot of time on MacIndie singing the praises of indie developers.  Not because I get paid for it (believe me, at this point MacIndie is a labor of love…:) ), but because I believe that we’re at a special inflection point in the history of the creative endeavor that is indie software [...]

Read more

MBProgressHUD: When you simply have to make users wait

URL: https://github.com/jdg/MBProgressHUD Code Quality: Production Making users cool their heels in your app is never a good idea, but sometimes it just can’t be avoided. Unless your app is completely self-contained or operates on trivially small amounts of data, you have to get your data from somewhere.  And, more than likely you will eventually have [...]

Read more

Recipe: NSLog Tricks

NSLog is not just useful for printing out your variables in the heat of a debugging session – for instance, did you know you can get NSLog to spill the beans on the line number you’re on in the current method, or the path of the current file?  There are a number of compile-time macros [...]

Read more

ObjectiveFlickr: Mining the Photo-sphere

URL: http://github.com/lukhnos/objectiveflickr Code Quality: Production (used in several shipping apps) Description: ObjectiveFlickr is a set of Objective-C libraries by Lukhnos D. Liu that impement the Flickr APIs and allow you to access flickr public resources using an API key obtained from the Flickr.com web site. ObjectiveFlicker can be used for both iPhone and MacOSX applications; it’s [...]

Read more

Obj-C for WebApps? Say WHAT?

We’re going to break from what has been our (so far) regular format of indie business and code articles to point out an interesting occurrence a couple of nights ago that revolves around two tweets that caught my attention, one by Jon Gruber of DaringFireball, the other by Scott Stevenson of Theococao who are two [...]

Read more

MBCoverFlowView – An Open Source Cover Flow Implementation for MacOSX

URL: http://github.com/mattball/MBCoverFlowView Code Quality: Demo/Proof of Concept (will need customization in your apps) Description: MBCoverFlow view is an Open Source (MIT Licensed) implementation of Apple’s cover-flow which is seen in iTunes and, under 10.5+,  as one of the views possible when browsing files in Finder windows.

Read more

Developer Color Picker

URL:  http://www.panic.com/blog/2009/12/developer-color-picker-1-2/ Code Quality: N/A Description: Developer Color Picker is a nifty little utility that solves a very succinct problem: getting the color values for a color on the screen that you can use in your code.  This little free utility from Panic (makers of Transmit and Coda) gets installed in your ~/Library/ColorPickers directory and [...]

Read more

Performance Optimization WordPress Plugins by W3 EDGE