Three20 competitors/alternatives
Asked Answered
M

5

5

I see three20 a very powerful lib, spicily because Facebook and Twitter use it. I just want to know if there are any competitors/alternatives for Three20? or even simple.

Mcbride answered 28/7, 2011 at 3:43 Comment(0)
S
7

nimbus seems to be a project that will address some of the issues.

Swineherd answered 28/7, 2011 at 10:15 Comment(1)
no, nimbus is far from three20, a lot of beautiful functions in Three20 don't exist.Indus
P
4

I use Three20 a lot, but I'm always in search of an alternative, because Three20 is not a lightweight framework and because importing only a few features of Three20 is not practical. But I don't know any good alternative. If you only need a few features I prefer to write my own code for it or use another library.

For some features of Three20 I know other libraries that does the same thing. It's always a better way to use small libraries, because of file size and side-effects.

  1. UILabel with styled text: OHAttributedLabel
  2. Load and cache images asynchroniously: ImageLoader
  3. Pull to refresh on a table view: PullToRefresh

In addition to this list you can have a look at TapkuLibrary which adds features like CoverFlow or a CalendarView to your app.

Finally GitHub is always a good resource, when you search libraries for special features.

Plaster answered 28/7, 2011 at 5:40 Comment(0)
A
4

Check this list of iOS controls.

You'll find over 200 open source custom controls there. I've used some of them (star rating, confirm button), it's lightweight and easy to embed. Check that the license suits your needs before though!

Astonishing answered 28/7, 2011 at 10:36 Comment(0)
E
1

THree20 is one of the few libs but if you look around github you can find plenty of sample ios projects with source code to learn from and adapt to your app.

Edelmiraedelson answered 28/7, 2011 at 5:33 Comment(0)
I
0

Three20 provides a lot of useful wrapper to facilitate development. It's biggest advantages and until know nothing could replace it.

Indus answered 15/2, 2013 at 10:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.