moko-resources
moko-resources copied to clipboard
Resources access for mobile (android & ios) Kotlin Multiplatform development
Results
252
moko-resources issues
Sort by
recently updated
recently updated
newest added
## Problem After migrating from a dynamic framework, that used CocoaPods plugin, to a static one, without the latter, we faced difficulties with bundling resources to the app. ## Setup...
I've tried to use fonts in iOS and used an Font-Extension: ``` extension Font { init(resource: KeyPath, withSize: Double = 14.0) { self.init(MR.fonts()[keyPath: resource].uiFont(withSize: withSize)) } } ``` but then...