How can I show an alert thats similar to SKStoreReviewController?
I like how it looks and I want to use a similar UI on my app.
How can I show an alert thats similar to SKStoreReviewController?
I like how it looks and I want to use a similar UI on my app.
Copyright © 2021 Jogjafile Inc.
Make a new view controller
Create everything you want on your view, for example a picker view
Then add it to the view controller
With that you can create an alert view and set the view controller for the key contentViewController
Instead of adding a picker to the vc, you can also build the stuff you need for the review (Images, Labels, Slider, etc.)
Hope this helps.