Sol: Sun Clock
-
Twitter
- RT @Francis_Lam: What if we had a KICKSTARTER for fixing bridges!? Only we could just call it a "government" and try not to freak out over …Friday, 05.24.13 05:00
- Follow @conquerorgame for news about our turn-based strategy game Conqueror. The new HTML5 version is live now; mobile in development.Thursday, 05.23.13 14:51
- Found a pretty cool transition effect in iOS; got it happening for new version of #Sol. Turns out that it's an undocumented feature. Doh!Wednesday, 05.22.13 19:20
Tag Archives: Objective-C
Drawing Text on an Arc in CocoaTouch
CoreText is available now in iOS, but it’s not an easy framework to use. After trying several other approaches to draw text on an arc at this Stack Overflow page, I adapted Apple’s sample code CoreTextArcCocoa for Mac …
Posted in iPhone Development, Programming
Tagged apple, Core Text, iOS4, iPhone Development, Objective-C
Leave a comment
How to get the Return key to dismiss a UITextView
Need to dismiss they keyboard in a UITextView? Changing the Return key to read “Done” doesn’t make the iPhone keyboard to go away. Put this code in the delegate for your UITextView and your return key can behave more like …
Posted in iPhone Development, Programming
Tagged iPhone Development, Objective-C, UITextView
2 Comments
plist > JSON > XML
Having developed 4 or 5 iPhone apps now that download remote XML data from servers and populate tables view and other content, I can tell you without reservation that it is the slowest way to go.
Performance using JSON is …
Posted in iPhone Development, Programming
Tagged iPhone Development, JSON, mySQL, Objective-C, PHP, XML
Leave a comment
How To Place a UIWebView inside a UIScrollView
To display several pieces of content on a screen, I needed several views. A scroll view (UIScrollView) was necessary to encompass the headline, photo and story text; I had the headline and photo at the top in a …
Posted in iPhone Development, Programming
Tagged iOS, iPhone Development, Objective-C, UIScrollView, UIWebView
12 Comments
