iOS icon indicating copy to clipboard operation
iOS copied to clipboard

Remove deprecated iOS 12 things

Open michalsrutek opened this issue 1 year ago • 0 comments

There are still things in the project annotated with @available(iOS, deprecated: 13.0). Namely

  • UIWindow's convenience init(haForiOS12: ())
  • StateRestorationKey
  • viewController(withRestorationIdentifierPath identifierComponents: [String])
  • SceneManagerPreSceneCompatibility

which could be removed, as the min iOS version is now 15.

michalsrutek avatar Mar 19 '24 07:03 michalsrutek