Using only TTStyledTextLabel from Three20?

Three20 is somewhat modular, so you can just reuse what you need.

Three20 is somewhat modular, so you can just reuse what you need... in case of TTStyledTextLabel, they belong to the Three20UI framework, which is quite a big beast and depends on: Three20Core, Three20Network, Three20Style, Three20UICommon, and Three20UINavigator. So you are facing a bit of complexity here... Anyway, just in the case of TTStyledTextLabel, it derives from UIView (while TTLabel derives from TTView, so TTLabel has many more dependencies), and uses a few classes that belong to Three20Style -- and apparently nothing more complex... so I think you could try and include those source files directly into your project, together with the Three20Style and see what happens... for sure there will be some dependencies somewhere in the implementation file of TTStyledTextLabel, but you could even be able to remove those, if they correspond to functionality you don't need.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions