How to Convert Your iOS Network Layer to Work With Combine or Async/await

Adapting your network layer to different interfaces

Riccardo Cipolleschi
Better Programming
Published in
8 min readNov 25, 2021

--

Photo by Luana Azevedo on Unsplash

This year, Swift introduced the new async and await keyword. With them, we now have three ways to perform network operations:

  • By using the old callbacks model
  • By using Combine

--

--

Hey there, I’m Riccardo. Software engineer at Meta. I have a passion for iOS and I love to share my knowledge with others.