Posts

Post marked as solved
3 Replies
3.5k Views
Hi everyone,I'm building iPhone application on iOS 11.0 and over, Swift 5.The application needs to open iPhone settings top screen so I found code likeUIApplication.shared.open(URL(string: UIApplication.openSettingsURLString)!, options: [:], completionHandler: nil)this code work well but it's open application specific setting screen.Could anyone tell me how to open iPhone settings top page?Thanks and regards,nobogawa
Posted
by nobogawa.
Last updated
.