About 17 results
https://hboon.com/supporting-different-orientation-within-ios-app/ · 3 Jun 2013
How to support different device orientations on different screens within the same iOS app, covering changes in iOS 6 and RubyMotion.
https://hboon.com/different-settings-development-adhoc-builds-rubymotion/ · 6 May 2013
How I set up RubyMotion build settings for simulator, development device builds, and adhoc release builds using one environment flag.
https://hboon.com/how-does-square-know-my-name-in-their-app's-registration-process/ · 29 Mar 2012
There's a post on Quora titled How does Square know my name in their app's registration process? . John Feminella's answer is very interesting. I
https://hboon.com/i-do-not-use-interface-builder/ · 27 Aug 2011
I don't use Interface Builder IB . Not anymore. Somewhere between going through the iPhone to iPad display transition, supporting both portrait and
https://hboon.com/using-ctags-with-macvim-for-objective-c-on-os-x/ · 12 Jan 2011
1. Install Homebrew if you haven't. 2. Run brew install ctags . The version of ctags that ship of OS X is an antique. 3. Run echo "--langdef=objc"
https://hboon.com/you-can-copy-and-paste-fromto-the-iphone-simulator/ · 17 May 2010
Did you know you can copy and paste from/to the iPhone simulator? Just press Cmd+V to paste and then tap in the simulator to paste as usual. Tap in
https://hboon.com/disable-callouts-for-links-with-custom-schemes-in-uiwebview/ · 23 Jan 2010
You use a UIWebView in your iPhone app to display HTML content. You add clickable links that your application handle via custom schemes foo: instead