Reputation: 130
I've noticed a trend with some OS X apps lately. The official Twitter client, Sparrow and even GitHub for Mac seem to have a lot of similarity.
Do they use a framework that provides those elements? And if so, what's it called and where I can get more information?
Upvotes: 5
Views: 790
Reputation: 3343
Twitter & Github use the TwUI and Chameleon Frameworks. The Sparrow mail app uses its own Core Animation UI Framework. IIRC then the Github for Mac devs were removing Chameleon and actually just going all TwUI.
TwUI brings a UI to OS X that is similar in many ways to UIKit, in that it was built to be used with Core Animation from the start.
The Chameleon Project actually brings UIKit API's directly to OS X. So in theory your special views built on UIKit should just work on OS X. The Twitterrific twitter client actually is an example of a Chameleon only app.
Upvotes: 5