This PR converts all SVG images added for iOS 13 to support SFSymbols to PDF. This way we can still use them as vector images. For each medium/small size and medium/regular weight an image was set in the assets accordingly.
Known issue while working on PR:
App crashes still on iOS 12.2 in the HomeViewController on line 82:
Closes issue #96
This PR converts all SVG images added for iOS 13 to support SFSymbols to PDF. This way we can still use them as vector images. For each medium/small size and medium/regular weight an image was set in the assets accordingly.
Known issue while working on PR:
App crashes still on iOS 12.2 in the HomeViewController on line 82:
Commenting out the
isRefreshing
code solves the problem as the app crashes on scrolling logic.