Search
-
Recent Posts
@carbonfive
- Thanks to all who came to @carbonfive hack night #LA tonight! Great #nodejs talk by @rudy and @sivoh. Probably 25 folks still hacking... 1 week ago
- Great turnout at the @carbonfive hack night tonight with about 45 folks. #sf http://t.co/2EeDMsXR 1 week ago
- Monkey patching #iOS - part 1, up on the blog now http://t.co/80q6vUo2 1 week ago
Monthly Archives: July 2009
Most of my iPhone apps need to accept keyboard input somewhere and that means I need to reposition my UI elements such that the keyboard does not hide the field the user is typing in. The iPhone Application Programming Guide … Continue reading
While working on iPhone applications I have found it useful to load as much of the UI layout and styling from nib files as possible. As a result I often want to load the cells for a table view from … Continue reading
I recently needed to support some basic gesture recognition in an iPhone app. As it turns out this is a little bit tricky to do when the touches occur within the same responder chain as a view which already responds … Continue reading
UILabels are often the most convenient way to display simple text in an iPhone app however I often want a label to display variable text which may need to wrap to multiple lines. Simply increasing the height of the UILabel … Continue reading
Vinfolio announced today the launch of Vinfolio Marketplace where wine collectors can buy and sell wine from their private cellars. According to Steve Bachmann, Vinfolio CEO, the marketplace includes 27,000+ unique items already marked for sale – more than 170,000 … Continue reading