File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,19 @@ SwiftUI Introspect allows you to get the underlying UIKit or AppKit element of a
99
1010For instance, with SwiftUI Introspect you can access ` UITableView ` to modify separators, or ` UINavigationController ` to customize the tab bar.
1111
12+ - [ How it works] ( #how-it-works )
13+ - [ Install] ( #install )
14+ - [ Swift Package Manager] ( #swift-package-manager )
15+ - [ CocoaPods] ( #cocoapods )
16+ - [ View Types] ( #view-types )
17+ - [ Examples] ( #examples )
18+ - [ General Guidelines] ( #general-guidelines )
19+ - [ Advanced usage] ( #advanced-usage )
20+ - [ Implement your own introspectable type] ( #implement-your-own-introspectable-type )
21+ - [ Introspect on future platform versions] ( #introspect-on-future-platform-versions )
22+ - [ Keep instances outside the customize closure] ( #keep-instances-outside-the-customize-closure )
23+ - [ Community projects] ( #community-projects )
24+
1225How it works
1326------------
1427
@@ -78,8 +91,8 @@ let package = Package(
7891pod ' SwiftUIIntrospect' , ' ~> 26.0.0'
7992```
8093
81- Introspection
82- -------------
94+ View Types
95+ ----------
8396
8497### Implemented
8598
You can’t perform that action at this time.
0 commit comments