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.

Customize iOS7 App Switcher with custom card view

92 pointsby macaliciousover 11 years ago

6 comments

0x0over 11 years ago
It looks like the trick here is to hook into a global NSNotification called &quot;UIApplicationWillBeginSuspendAnimationNotification&quot;, which is assumed to be &quot;app will enter background&quot;, and then throw up a fullscreen UIView on top of everything.<p>I think this is an undocumented notification, so it&#x27;s possible other iOS versions will break this feature.
评论 #7077165 未加载
nsxwolfover 11 years ago
I&#x27;ll wager Apple will shut this down or reject apps that do this.<p>If you&#x27;re going to do this you have to consider the ramifications of how stale the information on the card becomes over time. The example, showing a &quot;Checked in since...&quot; will become stale if someone checks in&#x2F;out on another device.<p>A real iOS 7 API to update these cards in the background would be a nice addition.
评论 #7077374 未加载
评论 #7077322 未加载
评论 #7077415 未加载
评论 #7078130 未加载
e28etaover 11 years ago
Maybe I&#x27;m too pessimistic, but I expected the example to be just the app&#x27;s logo. Ie: oh, that&#x27;s my Dropbox app because instead of the Dropbox UI, I see the big Dropbox logo (Nothing against Dropbox or their app). I also wonder if we&#x27;ll ever see the app switcher card being used as advertisement space.<p>A little less cynically: If you can redesign a screen in the app to remove clutter and highlight the important information for the user for the app switcher, why don&#x27;t you do that <i>in</i> the app? Sounds like it might be a better UI design. Now, I can think of many reasonable counter examples, but I&#x27;d challenge you to spend more time on the app UI where your users spend most of their time.
评论 #7077750 未加载
评论 #7077414 未加载
k-mcgradyover 11 years ago
Nice idea. Probably something Apple should be making available easily via the API as it could make the task switcher much more useful.
jonesetcover 11 years ago
Interesting stuff, surprised the built-in apps don&#x27;t do something similar to this.<p>As an aside, is there anything similar to this for android? I&#x27;ve tried a fair bit of googling but can&#x27;t find anything or the right search term.
评论 #7077488 未加载
ricardobeatover 11 years ago
I&#x27;m guessing Apple will shut this down. The thumbnails are there for the sole reason of you visually identifying the apps as you left them. If applications can change that snapshot at will then it becomes a mere gimmick.
评论 #7078743 未加载