Locking the view while loading API calls in Swift
A simple plan to stop multiple API calls when a user hammers a button
It seems like an easy thing to lock the view in some situations (but you’d need to think carefully about your user journey and whether you really want to stop the user being able to interact with your App for some time). Yet you DO need a way to stop a user being…