Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.14 KB

File metadata and controls

32 lines (16 loc) · 1.14 KB

Alamofire Advanced Techniques

Feature_Image

Alamofire is an essential networking tool for any iOS developer to have under their belt. The framework is elegantly written entirely in Swift.

In this app, you’ll explore the following topics using Alamofire:

  • Building a scalable pattern for organizing your networking stack.
  • Handling different error responses.
  • Dealing with authentication APIs.
  • Setting a retry policy for request failures.
  • Dealing with different request types.
  • Tracking internet reachability status.

DnDRealm app lets you search for Dungeons and Dragons equipment and monsters using DnD API. Also, the app will feature fetching monster images using Imgur API. And, you’ll implement images upload.

Ready to explore the Dungeons and Dragons realm? Time to check the Medium Tutorial!

Environment Setup

  • Xcode 11
  • iOS 13
  • Alamofire 5