Relative Content

Tag Archive for swiftasync-await

Need a function to complete before running next function swift

I need to run a function A, have function A complete before running function B, have function B complete before function C starts and my the await statements are not working and functions are running at the same time. I have separate Alamofire requests inside function A and function B