Skip to content

Conversation

@asabhaney
Copy link

This PR fixes an issue where the background color set through the Info.plist no longer works for iOS custom share views. It seems that the reason is in newer versions of Swift (>= 4.1), NSNumber (which is the type stored for rgba values in Info.plist) can no longer be directly cast as Float. With this PR, these values are now cast correctly, making the background colors work once again for the custom share view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant