Skip to content

Commit 1c011b0

Browse files
authored
Update README.md
1 parent c471304 commit 1c011b0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,7 @@ final class RootViewController: FluidViewController {
108108
```swift
109109
final class FirstViewController: FluidViewController {
110110

111-
override func viewDidLoad() {
112-
super.viewDidLoad()
113-
114-
// 📍
111+
func runSomething() {
115112
fluidPush(SecondViewController(), target: .current, relation: .hierarchicalNavigation)
116113
}
117114
}

0 commit comments

Comments
 (0)