Posted on May 24, 2010, 5:59 pm, by ayn, under
Tech.
If you’re using UISplitViewController in your iPad/Universal apps, you probably implemented the UISplitViewControllerDelegate to add a UIBarButtonItem to the detail view controller’s toolbar to display a popover. The popover might have some extra space before the first row after you rotate the simulator or the iPad from landscape to portrait, took me a few hours [...]
Posted on May 11, 2010, 11:17 pm, by ayn, under
Tech.
It is pretty common for an iPhone/iPad app to make an API call to a server, get the JSON response data back, parse that data, and display it in a table view. The usual way to do this looks like this: This fires off the API call asynchronously, and then you implement some delegate methods [...]
Posted on April 11, 2010, 10:14 pm, by ayn, under
Tech.
In developing an iPhone app for Pullfolio, we initially went with Titanium as Ray had used it before at Intridea, and we are familiar with web technologies. With that we were able to almost finish the app within a week. However, we quickly found limitations of the framework, more specifically, it was non-trivial to make a [...]