Cosmos icon indicating copy to clipboard operation
Cosmos copied to clipboard

CosmosView not appear in UIAlertController on iOS 11.4

Open setri45 opened this issue 5 years ago • 2 comments

HI, I have a problem with Cosmos star rating when I put it inside an UIAlertController. The UIAlertController don't show my CosmosView and i don't have any log. This bug appear on device with iOS 11.4 but it work with iOS 12.+. I didn't try with older version.

Thanks.

Capture d’écran 2019-03-26 à 09 11 55
  • Library setup method: CocoaPods.
  • Version of the library : 18.0.
  • Xcode version : 10.1.
  • iOS version : iOS 11.4 / 12.0

setri45 avatar Mar 26 '19 08:03 setri45

I try it with auto-layout and with set frame, but nothing work.

setri45 avatar Mar 26 '19 08:03 setri45

@setri45 UIAlertController is not meant to hold subviews. I know some people do it anyway but it's not supported by Apple.

gunnarsson avatar Dec 25 '20 19:12 gunnarsson