I am making an app with Three20. I have a TTTableViewController that is the main catalog for other screens and a secont TTViewController connected with a tturl scheme.
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Tuesday, February 21, 2012
TTStyleSheet with span class
Thursday, February 16, 2012
Memory Leak & App Crash when going back to Album List
I'm using three20 to create image viewer. First i'm creating list of albums from the sql db and when user selects any album, its url string is passed to the this code that creates thums of available pics on network using XML Parser. everything works fine but when user goes back to the album list and selects another album. app crashes with 'Thread 1: Program received singal: "EXC+BAD_ACCESS" in main.m . plus XCode Product Analyze gives potential memory leak where i'm creating photoSource in the viewDidLoad. Here is the code
Sunday, January 15, 2012
How to properly update Three20?
I've just update my version of Xcode to 4.2 - Xcode has given me a load of warnings from the Three20 source. - So I guess the version of Three20 I have must not be compatible with iOS 5?