Three20 is an open-source Objective-C library originally created at Facebook, that provides a number of features for people writing iOS (iPhone/iPad) applications.
I have this view having Thumbnails and certain set of buttons.
I am using TTThumbsViewController to render this view and MockDataSource (provided in TTCatalog) to store images.
my datasource is dynamic and changes everytime in some period of…
I'm working on an old code base written using Three20 (ack!). Now we need to be able to deploy this app to iOS7 and iOS6.
Mostly, it's working, but when the user taps and causes switching between view controllers, the navigation bar is drawn with a…
Well I am a newbie, developing an app. I want to use library 320 to display a set of thumbnails generated from a specific image directory .
When user clicks on an image a particular action shold take place. Unable to understand how to implement…
I download few files apart from images in the server. These downloaded files are cached using TTURLCache. Over a period of time, the disk space consumed by the app can grow. For the same reason, there is a feature in the app's settings to…
I'm trying to serve up png images from a Linux (c++ / Qt4.5.x) server daemon to an iPhone application that is using the Three20 framework - specifically I want to use the TTThumbsViewController view.
I managed to make any web browser view images…
I'm having semantic issues with TTTextBarController.m
The error relates to 2 lines. Both of which relate read:
Property 'viewController' not found on object of type UIView *
Happening on these lines
-…
I am using TTStyledTextLabel from Three20 framework. I simply use it for text markup, like bold text. Now I should migrate from Three20.
What is the simplest way to implement TTStyledTextLabel functionality? May be there is TTStyledTextLabel…
I read on StackOverflow that to create a messaging speech bubble, the TTSpeechBubbleShape class is highly recommended.
Speech Bubble in iOS SDK using Objective-C
However, this class is derived from a custom NSObject class, so I have no idea how to…
I feel good when I use Three20 framework to create a good iPhone application if you didn't try it before, just go here to try.
but the I want your help me to force TTPhotoViewController to reload the image after it initialized. At the moment, it…
I'm using Three20 for a viewing Thumbnails of Pictures in an album. everything works fine but i'm not able to remove the Gray bar at the bottom of the Navigation Bar.
Anyone who knows how to remove this bar?
I'm using three20 framework in my app,but I don't know how to add a side menu(like path or facebook) in it within three20 framework.
any one can help me?
thx a lots.
How would I make the TTNavigator sample code to make one of the tabs go straight to a web view or straight to a youtube video etc? Here is the current code
http://pastie.org/626186
I have followed the three20 ttnavigator example in order to make my own app, but I have seen than the view is created in controller, but I would like to make my view in a xib file and then render it from controller when openURLAction is fired, how…
I am trying to open url using TTStyledTextLabel. I searched but found that I have to append this in my string.
Tried but it still not working.
TTStyledTextLabel *tnc = ....;
NSString *message = @"My message";
message =…
I am new for iPhone application development. I want to make an photo album application. But I don't know how to show images like slideshow in iPhone. After searching on internet I got an information about three20 open framework. So I want to know…