Questions tagged [three20]

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.

External resources:

883 questions
0
votes
1 answer

refresh TTThumbsViewController on a buttonClick in Three20

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…
Ankit Sachan
  • 7,690
  • 16
  • 63
  • 98
0
votes
1 answer

iOS7 NavigationBar visually grows from 44 to 64 points every segue

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…
Ken Corey
  • 435
  • 3
  • 15
0
votes
1 answer

unable to use three20 iphone library

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…
Ankit Sachan
  • 7,690
  • 16
  • 63
  • 98
0
votes
2 answers

Clear three20 & Restkit cached information to free disk memory space

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…
Raj Pawan Gumdal
  • 7,390
  • 10
  • 60
  • 92
0
votes
2 answers

Serving PNG images over http to Three20 iPhone app

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…
petert
  • 6,672
  • 3
  • 38
  • 46
0
votes
1 answer

three20 TTTextBarController semantic error ios 6

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 -…
PleaseWork
  • 61
  • 1
  • 4
0
votes
2 answers

Migration from TTStyledTextLabel

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…
Freelander
  • 129
  • 1
  • 2
  • 6
0
votes
1 answer

How to show a NSObject as a UIView?

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…
GangstaGraham
  • 8,865
  • 12
  • 42
  • 60
0
votes
1 answer

How to force TTPhotoViewController reload image URL in iPhone?

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…
Teerasej
  • 1,486
  • 4
  • 21
  • 31
0
votes
1 answer

how to remove bottom gray bar from Three20's TTThumbsViewConroller?

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?
0
votes
1 answer

How to add a side menu in app within three20?

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.
kinglate
  • 1
  • 2
0
votes
1 answer

Using Three20 Navigator to webview

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
hnhh
  • 81
  • 1
  • 14
0
votes
1 answer

can ttnavigator render a xib view in objective c?

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…
user1698738
  • 77
  • 2
  • 9
0
votes
1 answer

TTStyledTextLabel opening a URL [Open]

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 =…
JiteshW
  • 2,195
  • 4
  • 32
  • 61
0
votes
1 answer

Three20 integration in iPhone

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…
Kirtikumar A.
  • 4,140
  • 43
  • 43