The pop up of SKStoreReviewController.requestReview() showing in my device but squeezed. See the attached image for more details. Does any one know how to resolve this issue ?
I just add this code in viewDidLoad()
if #available(iOS 10.3, *) {
SKStoreReviewController.requestReview()
}
My app include 1 main UITabBarController which contains the view controller which contains 1 UICollectionView.