Ahmed Bouchfaa
Results
3
comments of
Ahmed Bouchfaa
For strings no need to extend `StringResource` This works out of the box `Text(R.string.localizable.some_string_key())`
I've hit the same issue even on `8.0` and the solution is to avoid using the helper method `isPath`. Instead pass a closure and compare the URLs: ``` let targetURL...
iOS apps cannot stay alive forever in the background. To wake your app send use APNS.