Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lyn authored May 24, 2021
1 parent 2286f9d commit 4ffa25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ STPopupController *popupController = [[STPopupController alloc] initWithRootView
```
Swift
```swift
let popupController = let popupController = STPopupController(rootViewController: viewController)
let popupController = STPopupController(rootViewController: viewController)
popupController.present(in: self)
```

Expand Down

0 comments on commit 4ffa25b

Please sign in to comment.