MVVM_Swift
MVVM_Swift copied to clipboard
according to me cell should update itself not viewConroller should update the label in the cell I am just asking for the learning point of view ``` self.dataSource = EmployeeTableViewDataSource(cellIdentifier:...
Fatal error: 'try!' expression unexpectedly raised an error: Swift.DecodingError.dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "The given data was not valid JSON.", underlyingError: Optional(Error Domain=NSCocoaErrorDomain Code=3840 "Invalid value around character 0." UserInfo={NSDebugDescription=Invalid value around...
Hey @AbMathur, I have fixed the crash and do some minor improvements. Please check and approved the merge request. Thanks
How to use TableView Delegate in your project