giridharvc7 / VCFloatingActionButton

A Floating Action Button just like Google inbox for iOS
MIT License
296 stars 77 forks source link

Shows nothing on iOS 14 beta #29

Open rahulvyas opened 3 years ago

rahulvyas commented 3 years ago

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

darkengine commented 3 years ago

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.