Daily iOS
iOS system design

When to load data

A travel booking app goes list → detail → booking. For each screen, how do you decide whether to load its data when the screen appears or ahead of time from the previous screen?

Submit