Add TableViewVC.tableview(_:didEndDisplaying:forRowAt:) to allow override
TableViewVC.tableview(_:didEndDisplaying:forRowAt:)
Simple framework to manage a TableView in an MVVM environment
{ "name": "Bradel", "path": "/usr/src/package", "targets": [ { "name": "BradelTests", "path": "Tests/BradelTests", "type": "test", "c99name": "BradelTests", "sources": [ "BradelTests.swift", "XCTestManifests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "Bradel" ] }, { "name": "Bradel", "path": "Sources/Bradel", "type": "library", "c99name": "Bradel", "sources": [ "TableViewVC.swift", "TableViewVMs.swift", "VMTypeID.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "Bradel" ] } ], "products": [ { "name": "Bradel", "type": { "library": [ "automatic" ] }, "targets": [ "Bradel" ] } ], "platforms": [ { "name": "ios", "version": "12.0" }, { "name": "tvos", "version": "12.0" } ], "dependencies": [], "tools_version": "5.0", "manifest_display_name": "Bradel" }
{ "name": "Bradel", "targets": [ { "name": "Bradel", "type": "regular", "exclude": [], "settings": [], "resources": [], "dependencies": [] }, { "name": "BradelTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Bradel", null ] } ] } ], "products": [ { "name": "Bradel", "type": { "library": [ "automatic" ] }, "targets": [ "Bradel" ] } ], "pkgConfig": null, "platforms": [ { "options": [], "version": "12.0", "platformName": "ios" }, { "options": [], "version": "12.0", "platformName": "tvos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [], "toolsVersion": { "_version": "5.0.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
{ "url": "/usr/src/package", "name": "Bradel", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [] }