May 3 2012
Apr 12 2012
CoreText vs WebView
The problems of using WebView to display formated text:
http://www.cocoanetics.com/2011/01/uiwebview-must-die/
Some alternatives:
https://github.com/Cocoanetics/DTCoreText
https://github.com/mattt/TTTAttributedLabel
Apr 12 2012
Advanced TableView
A very good library for advanced uses of TableView:
http://www.sensiblecocoa.com/
Mar 31 2012
NSConference 2012
NSConference is an iOS developer community conference.
Mar 31 2012
App translation
Good tools for app translation:
http://www.cocoanetics.com/apps/linguan/
http://applingua.com/
Mar 21 2012
Sell Software
When the things you sell aren’t apps (frameworks for example) or you don’t wan’t to use Apple stores and rules:
http://www.fastspring.com/
Mar 21 2012
Mac OSX Hosting Servers
For those who need Mac OSX servers for automated build and other uses, you can try one of these:
http://www.macminicolo.net/
http://xcloud.me/
Mar 8 2012
XCode 4.3 – Missing command line tools
For people like me, that updated to XCode 4.3 and delete the older versions of XCode you may have noticed some strange errors in you develop tools.
The reason for this is that Apple decide to make the command line tools an optional download and change the location of the same.
After you download the tools trough XCode->Preferences->Downloads->Command Line Tools just run this command:
sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer/
This will set the default xcode folder for other tools to find.