We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a555a8 commit 3f3dfbeCopy full SHA for 3f3dfbe
Example Apps/SPDiffable.xcodeproj/project.xcworkspace/xcuserdata/ivanvorobei.xcuserdatad/UserInterfaceState.xcuserstate
199 Bytes
Readme.md
@@ -162,7 +162,7 @@ func item(for indexPath: IndexPath) -> SPDiffableItem? {}
162
func indexPath(for itemID: SPDiffableItem.Identifier) -> IndexPath? {}
163
func sections() -> [SPDiffableSection] {}
164
func section(for index: Int) -> SPDiffableSection? {}
165
-cell<T: UITableViewCell>(_ type: T.Type, for itemID: SPDiffableItem.Identifier) -> T? {}
+func cell<T: UITableViewCell>(_ type: T.Type, for itemID: SPDiffableItem.Identifier) -> T? {}
166
```
167
168
### Mediator
0 commit comments