twostraws / Unwrap

Learn Swift interactively on your iPhone.
https://www.hackingwithswift.com
Other
2.3k stars 312 forks source link

Issue with the badges variable instantiation in method updateSections #221

Closed Apahadi73 closed 3 years ago

Apahadi73 commented 3 years ago

The issue with the badges variable instantiation in method updateSections of HomeDataSource.swift resolved

Prior Error:

Solution: -Resolved by added self.badges.count instead of badges.count

Device Specification: XCode: 12.3 Emulator iOS version: 14.3 Swift Version: 5.3.2

Apahadi73 commented 3 years ago

Yes, the solution passed all the tests except one- which is related to the "FreeCoding.json issue" which I suppose has been resolved in the recent Pull Requests.

twostraws commented 3 years ago

Thank you!