three20 Questions

3

Solved

anyone successfully compiled three20 under XCode 4? I tried, and changed all Base SDK to latest 4.2, but there is alway a error: error: There is no SDK with the name or path '..../three20/src/Thr...
Salicylate asked 23/11, 2010 at 12:32

3

Solved

I wend through this tutorial and created a photo gallery for the iPhone. Now I want to add it to my TabBar project. I already heard, that Three20 doesn't support XIB, so I changed my whole tab bar ...
Ajaajaccio asked 11/1, 2011 at 7:46

4

Solved

I have a TTableView. The items in this table a mapped to an url, so that when I click on an item, another view appear with informations about this item. All these informations are attributes of a c...
Residentiary asked 16/10, 2010 at 14:10

1

Solved

I've been trying all day and just can't make the the TTPickerTextField work. It displays, I set its dataSource to the example code's MockDataSource and type in a name from the mock and it doesn't w...
Amentia asked 13/10, 2010 at 22:58

2

Solved

The Three20 project is really nice for building iPhone apps quickly using common libraries: https://github.com/facebook/three20 Is there anything like this for Android?
Plantagenet asked 22/11, 2010 at 18:29

3

I'm trying to complie my app for iOS 4. It includes Three20. I've set the base SDK to "iPhone Device 4.0" and the Deployment Target to "iPhone OS 3.0" but I get this message: "_OBJC_CLASS_$_TTURLR...
Salman asked 8/6, 2010 at 17:48

1

Solved

I am saving a UIImage using following codeThis image is saved in My application's Documents folder. NSString *pngPath = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents/Test.png"]; [...
Yellowthroat asked 27/8, 2010 at 15:0

1

Solved

I'm trying to add Three20 to my project, but the -ObjC and -all_load flags are messing with another library I'm using. The other library is ZXingWidget for barcode reading, but I don't think that p...
Cramoisy asked 11/8, 2010 at 22:5

0

I need to cache a web-sourced image (i.e. not bundle sourced) that is going into a webview. Normally I'd just request the image and convert it into base-64 and stick it in the HTML, but if I have 1...
Tripping asked 9/7, 2010 at 18:51

1

Solved

I've done plenty of iPhone work, never anything with Android. On iPhone, it was a few months in before I discovered the Three20 library (which is awesome) and began moving my code over. I don't wan...
Indict asked 28/6, 2010 at 20:18

1

Solved

It seems that Google has disabled the old way of sending cookie SID to their Google Data Services, specifically Google Reader. This way does not work at least for me: //create request NSString* c...

2

Solved

I am only using Three20 for a gallery in my app. When I push my .. : TTThumbsViewController from another view, the navigation bar is not the color I want it to be (as per the rest of my app). I ha...
Tableau asked 10/4, 2010 at 16:33

2

Solved

I'm implementing the TTThumbsViewController from the Three20 project and things are finally starting to take shape. I push the TTThumbsViewController from the current view controller by just pushin...
Heald asked 18/2, 2010 at 6:2

1

Solved

I downloaded the three20 library: http://three20.info/ And I opened the TTCatalog sample project that comes with this library: http://img16.imageshack.us/img16/3183/screenshot20100302at752.png ...
Quintile asked 2/3, 2010 at 12:25

1

Solved

I'm using a TTLauncherView and for that I declare a view controller as TTViewController, as is in TTCatalog tutorial app. Declare a TTLauncherView var inside that view, add items, and so on. In my...
Nik asked 26/1, 2010 at 13:15

1

Solved

I am using a TTPhotoViewController subclass from the Three20 library for showing images from a web location. The images load up fine but the navigation bar and toolbar show up with the default tint...
Varve asked 31/10, 2009 at 8:20

© 2022 - 2024 — McMap. All rights reserved.