VCFloatingActionButton icon indicating copy to clipboard operation
VCFloatingActionButton copied to clipboard

Shows nothing on iOS 14 beta

Open rahulvyas opened this issue 4 years ago • 1 comments

Hi,

It's showing nothing when we run the app on iOS 14

See video for detailed explanation
https://www.dropbox.com/s/paubgb26lf6h3u6/RPReplay_Final1600084354.mp4?dl=0

rahulvyas avatar Sep 14 '20 12:09 rahulvyas

As far as I know, when you build your code with XCode 12, then window structure is a bit different with what we known with XCode 11 + iOS 13. The application keyWindow is gone! That will cause sub buttons cannot display correctly.

darkengine avatar Oct 28 '20 09:10 darkengine