MVVM_Swift icon indicating copy to clipboard operation
MVVM_Swift copied to clipboard

Results 5 MVVM_Swift issues
Sort by recently updated
recently updated
newest added

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