I'm new in iOS and Swift development, and i'm not used to manage the network reachability in my usual programs.
I found AFNetworking and Alamofire which are great frameworks to ease the API calls in iOS.
But i have difficulties to figure out how to make some requests to wait until network is back if i'm loosing it. Typically during session login or getting some json lists or downloading images.
Do you have some tutorials or examples i can rely on to improve my knowledge and be able to build a strong application resilient to network availability ?