Updating constraints programmatically - WIP
Sometimes you need to update a constraint. E.g. you make an API call, and maybe you need the padding on the top anchor to update.
To do this, set up a variable: topAnchor: NSLayoutConstraint
Be careful - if the constraint is not optional, and then th...
coderlyn.hashnode.dev1 min read