Daily iOS
ArchitectureDropboxinterview report

Modularizing a file list feature

You're designing an iOS file and folder list feature with search and pull-to-refresh. To keep it maintainable independent of the UI framework, what module boundaries would you draw between the list, search, and refresh state and the data access?

Submit