Skip to content

Commit 8357263

Browse files
committed
WIP [skip ci]
1 parent 83e6a17 commit 8357263

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ SwiftUI Introspect allows you to get the underlying UIKit or AppKit element of a
99

1010
For 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+
1225
How it works
1326
------------
1427

@@ -78,8 +91,8 @@ let package = Package(
7891
pod 'SwiftUIIntrospect', '~> 26.0.0'
7992
```
8093

81-
Introspection
82-
-------------
94+
View Types
95+
----------
8396

8497
### Implemented
8598

0 commit comments

Comments
 (0)