Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Oct 20, 2018
1 parent c70ec05 commit 47445b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ class DemoViewController: UIViewController, CountryPickerViewDelegate, CountryPi

- Called before the internal UITableViewController is presented or pushed.
```swift
countryPickerView(_ countryPickerView: CountryPickerView, willShow viewController: UITableViewController)
func countryPickerView(_ countryPickerView: CountryPickerView, willShow viewController: UITableViewController)
```

- Called after the internal UITableViewController is presented or pushed.
```swift
countryPickerView(_ countryPickerView: CountryPickerView, didShow viewController: UITableViewController)
func countryPickerView(_ countryPickerView: CountryPickerView, didShow viewController: UITableViewController)
```

**Note:** `willShow` and `didShow` delegate methods are optional. Also, if the UITableViewController is presented(not pushed), it is embedded in a UINavigationController.
Expand Down

0 comments on commit 47445b0

Please sign in to comment.