Обложка канала

iOS dev

8637 @iosdevio

Awesome channel about iOS app development

iOS dev

3 года назад
Открыть в
Libraries with resources optimized for build time and application size

When you have a large code base more often than not you end up with your code broken down into multiple frameworks. But when it comes to resources often they are kept together in the main app bundle. While this works for the single app target it may present some challenges when testing your code, especially using snapshot tests, or affect the application size when you have additional targets like app extensions.

ilya.puchka.me