Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.87 KB

File metadata and controls

59 lines (39 loc) · 1.87 KB

Changelog

master

  • Allow iOS 11, tvOS 11, macOS 10.13 as deployment target with SPM. #41
  • Allow Introspect to be imported in apps that support older platform versions.
  • Added Catalyst support in the Introspect iOS framework.
  • Fixed .introspectScrollView() on iOS 14 #55
  • Fixed availability annotations on macOS #46
  • Added macOS and tvOS support.
  • Added .introspectSegmentedControl().
  • Added .introspectViewController().
  • Allow .introspectNavigationController() on NavigationView directly.
  • Allow .introspectTabBarController() on TabView directly.
  • Fix a bug in 0.0.4 that would not allow customization of root elements.
  • Use .overlay() instead of .background() to not mess with list views. #2
  • Added documentation for all methods.
  • First release.