I am still having an issue on the 9. login design. For the button placement, I used this code:
view.addSubview(alreadyHaveAccountButton)
alreadyHaveAccountButton.anchor(top: nil, left: view.leftAnchor, bottom: view.bottomAnchor, right: view.rightAnchor, paddingTop: 0, paddingLeft: 0, paddingRight: 0, paddingBottom: 0, width: 0, height: 50)
Same as you did. But, its just displaying on the top instead of showing on the bottom of the page. Can you please help me with it.