Daily iOS
iOS system design

Shared features across teams

Several screens in the app (home, profile, settings) need the same "notification center" feature: an unread badge, a list, and mark as read. How would you design it so you don't rebuild it per screen, and marking as read on any screen updates the badge on all the others?

Submit