The App review board sent my app back to me due to it crashing for them (I cannot reproduce the crash). I symbolicated the log and am including it here below, want to make sure I am reading it correct
my original title was How to customize TTMessageController for SMS transmission?. I changed this now because I look for any possible solution and not only those with TTMessageController.
I tried to use command line to add Three20 with JSON : python three20/src/scripts/ttmodule.py -p JsonTest/JsonTest.xcodeproj Three20 extThree20JSON:extThree20JSON+SBJSON
I have a FirstViewController which is my root navigation controller. I have a compose button and I want to display the TTMessage Composer modally on click. This works fine.
I tried to use the codes below to add a TTThumbsViewController to a ViewController #import <Three20/Three20.h>
can you tell me how I can open a UIViewController when I tab on a TTTabItem? URL mapping is done in the app delegate:
I use the TTMessageController to get an recipient picker and a text area for writing sms messages. However there is still this \"subject\" field that I do not need.
I am new to iOS development. For my little messenger I need a contact picker and a textarea. So the TTMessageController of the Three20 project seems to be very interesting.
I\'ve an Xcode project that use Three20 Library for iPhone apps, but I use o开发者_如何转开发nly TTPhotoViewController!
I am using a TTImageView (from three20) to display an image from the web. self.pic = [[TTImageView alloc] initWithFrame:CGRectMake(25, 25, 100, 100)];