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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How do iPhone apps Instagram/Reeder/DailyBooth implement custom back buttons?

31 点作者 boctor超过 14 年前

4 条评论

nuggien超过 14 年前
idevrecipes is turning into a pretty good resource. I hope he keeps it up.
dangrover超过 14 年前
In Etude (etudeapp.com), I made a custom nav bar class and a custom back button control, and I just hijack -pushNavigationItem:animated: in the custom nav bar.
评论 #2096424 未加载
pothibo超过 14 年前
For what it's worth, I really think it damages the ecosystem when apps fake standard SDK classes and make them do strange things, like what Instagr.am is doing. Those standard classes are there and have limitations for a reason.<p>I really don't like what instagr.am has done to the UINavigationBar and there's a lot of applications out there that tries to hijack known standards to make them crazy stuff.
评论 #2096280 未加载
jedsmith超过 14 年前
The title is a tiny bit misleading. The one on the article is better.<p>I was confused at first because he's reinventing UINavigationBar, not custom back buttons - back buttons are occasionally part of that reinvention, however.