TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How does the Twitter iPhone App implement a custom tab bar?

19 pointsby boctorover 14 years ago

3 comments

nazover 14 years ago
I've been working on something[1] very similar for some of my own apps. It is available under the MIT license. What license are these recipes released under?<p>I decided not to mask the icons and opted for pre-masked PNGs because I couldn't match the style as well as I could in Photoshop. Yours is looking very good though. Maybe we should merge?<p>[1] <a href="https://github.com/briancollins/BCTabBarController" rel="nofollow">https://github.com/briancollins/BCTabBarController</a>
评论 #2073079 未加载
评论 #2066771 未加载
ttjervaagover 14 years ago
Not being able to modify even the highlight tint colour of the UITabBar is a mini peeve of mine. To me it doesn't make much sense to force blue when a lot of the other UI elements have a tintColor property which works great.<p>I didn't have the time to do a custom one for my last project so we stayed with the standard blue in the end.<p><i>Edit:</i> nice work though! Nice to see a thorough explanation of your thinking.
_neilover 14 years ago
I wrote something similar for an app that used Titanium. All javascript, of course, with select-state images and a 1x42 pixel background. I'll see if the company I wrote it for will let me release it as a snippet.