TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

19 点作者 boctor超过 14 年前

3 条评论

naz超过 14 年前
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 未加载
ttjervaag超过 14 年前
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.
_neil超过 14 年前
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.