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 do iPhone apps Instagram/Reeder/DailyBooth implement custom back buttons?

31 pointsby boctorover 14 years ago

4 comments

nuggienover 14 years ago
idevrecipes is turning into a pretty good resource. I hope he keeps it up.
dangroverover 14 years ago
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 未加载
pothiboover 14 years ago
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 未加载
jedsmithover 14 years ago
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.