We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f0e948 commit 7e738a7Copy full SHA for 7e738a7
README.md
@@ -49,6 +49,10 @@ class MyTableViewCell: UITableViewCell { }
49
50
```
51
52
+There are two ways to use presentables
53
+- [In a data manager](#using-data-manager)
54
+- [In a view controller (or any other class) directly](#using-designated-view-controller)
55
+
56
### Using data manager
57
58
Create a data manager
0 commit comments