Fix sentence

This commit is contained in:
Lois Di Qual 2019-11-27 10:10:49 -08:00
parent bddceb8161
commit 099e0cd558
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Introspect for SwiftUI
Introspect allows you to get the underlying UIKit element of a SwiftUI view.
With Introspect, you can access `UITableView` to modify separators, or `UINavigationController` to customize the tab bar.
For instance, with Introspect you can access `UITableView` to modify separators, or `UINavigationController` to customize the tab bar.
How it works
------------