vicpenap / PrettyKit

PrettyKit for iOS is a small set of new widgets and UIKit subclasses that gives you a deeper UIKit customization. You will be able to change their background color, add gradients, shadows, etc.
http://vicpenap.github.com/PrettyKit
Other
1.22k stars 155 forks source link

How can I make PrettyTabBar translucent? #13

Closed mureev closed 12 years ago

mureev commented 12 years ago

I can't make PrettyTabBar translucent. Even using iOS 5 appearance method witch works with UITabBar.

vicpenap commented 12 years ago

Can you add a screenshot with a translucent UITabBar, using iOS 5 as you say?

mureev commented 12 years ago

[[UITabBar appearance] setTintColor:[[UIColor alloc] initWithRed:0 green:0 blue:0 alpha:0.2]]; http://dl.dropbox.com/u/3481620/Screenshot_3.png

vicpenap commented 12 years ago

Thanks. PrettyTabBar can't be translucent right now. @echoz and I are currently working on some nice improvements on PrettyTabBar. You can join us to add this translucency feature. Take a look at the tabbar branch: https://github.com/vicpenap/PrettyKit/tree/tabbar and also to the issue #12.

mureev commented 12 years ago

Thanks.