You are here |
www.enekoalonso.com | ||
| | | |
benoitpasquier.com
|
|
| | | | Most of mobile apps interact at some point with remote services, fetching data from an api, submitting a form... Let's see how to use Codable in Swift to easily encode objects and decode JSON in couple lines of codes. | |
| | | |
benoitpasquier.com
|
|
| | | | It's been almost two years that Combine has been introduced to the Apple developer community. As many developer, you want to migrate your codebase to it. You don't want to be left behind but you're not sure where to start, maybe not sure if you want to jump to SwiftUI either. Nothing to worry, let's see step by step how to migrate an iOS sample app using UIKit and RxSwift to Combine. | |
| | | |
ashishkakkad.com
|
|
| | | | Codable is added with Xcode 9, iOS 11 and Swift 4. Codable is used to make your data types encodable and decodable for compatibility with external representations such as JSON. Codable use to support both encoding and decoding, declare conformance to Codable, which combines the Encodable and Decodable protocols. This process is known as making ... Read more | |
| | | |
ameeracademy.school.blog
|
|
| | Hi, I just published a blog post about documenting software architecture: https://herbertograca.com/2019/08/12/documenting-software-architecture/ Would be nice to get some feedback on it. Tkx. submitted by /u/hgraca [link] [comments] from Software Development - methodologies, techniques, and tools. Covering Agile, RUP, Waterfall + more! https://ift.tt/2YZcO08 |