I have an application which contains a scrollview with two subviews (to scroll left and right between them)
TTMessageController (from the Three20 framework) was recommended to me to replicate the email creation behavior. However, I am running into a bit of a problem integrating it with my application. The r
I\'m n开发者_StackOverflow社区ew to three20 and trying to find my way through the TTNavigator class.
I\'m working on an iPhone app and I need to be able to display images to users.I have already gotten the code that takes the photo and stores it into the filesystem working well.Now I just need to fig
I got a notification mail after submitting my iphone applicationto apple store.. \"During our review of your application we found it is using private APIs, which is in violation of the iPhone Develop
I am new to IPhone and using following code to render the image from remote server using TTImageView from Three20 framework with the help of following code
My code is as follows TTTableLongTextItem *descItem = [[TTTableLongTextItem alloc] autorelease]; TTStyledText *styledDesc = [[TTStyledText alloc] autorelease];
I am not sure if this is the right place to ask or report this... but i hope someone here can help me out with the following problem
I\'m having a memory problem related to UIImageView. After adding this view to my UIScrollView, if I try to release the UIImageView the application crashes. According to the stack trace, something is
can I change the background image of my TTThumbsViewController. It\'s the thumbnail overview screen and at the moment it i开发者_如何学编程s white. Can I turn it to transparent?