@jws As a background, I have a view controller that is shown immediately after the launch screen. It will display the login view (which is in the separate NIB, to be used in a login view controller that enables multiple account support) if there is no account in the database yet. If there is at least one, the app will show a spinner during the verification of the account(s). Now, the login view width does not match the one of its parent view controller, causing the text fields for email address and password not be aligned as I want.