three20

What is __AVAILABILITY_INTERNAL__IPHONE_2, NS_AVAILABLE ? Trying to use NSNumberFormatter, returns (null)

I've been having some trouble getting NSNumberFormatter to work properly. I'm compiling in iOS4 with the Three20 Framework. All of the NSNumberFormatter selectors require something called NS_AVAILABLE as a second parameter on the selector: [numberFormatter setCurrencyGroupingSeparator:(NSString *)string __AVAILABILITY_INTERNAL__IPHONE...

Why when I catch the action for a hyperlink while using three20 an extra nav bar appears?

I am trying to study how the three20 works. It is working fine in case of bold, italics and hyperlink by giving a different color. I have given code in the appdelegate for the control to go to my own class(Eg: WebViewController). TTNavigator* navigator = [TTNavigator navigator]; navigator.supportsShakeToReload = YES; navigator.persiste...

Three20 library for photoGallery

hay friends i am working on photo gallery using Three20 so anybody can help how TTPhoto and TTPhotosource protocol file declare and implement...i am facing another problem is that the header file Three20 no found.if anybody can give suggetion that will be appreciated. thank you ...

Using xib file in three20 project.

Hello guys, Sorry if this question has already been answered but I can't find an answer. Here are some steps I did in three20 project and the problem: 1. I created a three20 class file inherited from TTViewController: TestTTViewController 2. Next, I created a xib file (New File -> User Interface -> View XIB..): TestTTView.xib And the pr...

Using TTImageView with AQGridView

I created a custom AQGridViewCell. By using UIImageView everything works. The image appears and is clickable, but when I change the UIImageView to TTImageView I can't click on the image. The same example as here below by just changing the imageview to UIImageView and the the setter message to an image, everything works as expected. H...