Xcode 12.0 beta points out the following code with a warning:
And I tried to use the following code, but the view display without any toolPicker
Code Block swift let toolPiker = PKToolPicker.shared(for: UIApplication.mainWindow) // warning: 'shared(for:)' was deprecated in iOS 14.0: Create individual instances instead.
And I tried to use the following code, but the view display without any toolPicker
Code Block swift let toolPiker = PKToolPicker()