Open in app
Home
Notifications
Lists
Stories

Write
Combined Tutorials
Combined Tutorials

Home

Published in The Startup

·May 8, 2020

Combine’s Operators

It’s time to discover how to manipulate the data in your Combine code Introduction In Combine, the methods that perform an operation on values coming from a publisher are called operators. Each Combine operator returns a publisher that, received the values, manipulates them and then send them to its subscribers. The…

I OS

8 min read

Operators
Operators

Published in The Startup

·May 8, 2020

An Introduction to Combine

Start your journey inside Apple framework dedicated to asynchronous programming Introduction Before going deep inside the Combine Framework, it’s better to recall the difference between synchronous and asynchronous programming, in order to outline the context in which we are going to work. With synchronous programming, we’re referring to all that programs…

9 min read

An Introduction to Combine
An Introduction to Combine

Published in Apple Developer Academy | Federico II

·May 8, 2020

Combine and Schedulers

How to have more control on how your program is executed with Schedulers and Combine — Introduction If you are experienced with iOS app development, you surely found yourself in a thread error because you tried to update the UI from a closure or something like that, and searching on the net you discovered about DispatchQueue.main and threads. Now, you will learn something more on them and…

Apple

6 min read

Combine and Schedulers
Combine and Schedulers

Published in Better Programming

·May 7, 2020

How to Create Custom Publishers in Combine

If you really need them — As you’ve seen during the Combine learning path, publishers and subscribers cooperate with each other creating a powerful tool to exchange information inside your application. Maybe the publishers provided by the framework will be enough for your work, but what about custom publishers? …

Programming

6 min read

How to Create Custom Publishers in Combine
How to Create Custom Publishers in Combine

Published in Apple Developer Academy | Federico II

·May 7, 2020

Networking and API Structure using Combine

Nowadays, even simple apps rely on Internet connectivity and no matter how hard networking theory may be, doing connectivity has always been simplified via URLSession. As the JSON format increase in popularity, Apple has started to develop a way to combine Swift code with JSON data, giving the birth to…

I OS

5 min read

Networking and API Structure using Combine
Networking and API Structure using Combine

Published in Apple Developer Academy | Federico II

·May 7, 2020

Combine and SwiftUI

Why Combine framework is highly compatible with SwiftUI framework? — SwiftUI is an alternative to classic UIKit that allows developers to build their UI cross-platform using a declarative approach. If you have already seen Combine code, you may notice that both Combine and SwiftUI share a declarative programming approach… but that’s not what makes them so… combinable! The key feature…

Apple

3 min read

Combine and SwiftUI
Combine and SwiftUI
Combined Tutorials

Combined Tutorials

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable