Fix registration screen layout

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent 4ab0ae273c
commit f314b2e50a

@ -210,7 +210,7 @@ NSString *const kKeychainKey_LastRegisteredPhoneNumber = @"kKeychainKey_LastRegi
self.activateButton = activateButton; self.activateButton = activateButton;
[contentView addSubview:activateButton]; [contentView addSubview:activateButton];
[activateButton autoPinLeadingAndTrailingToSuperview]; [activateButton autoPinLeadingAndTrailingToSuperview];
[activateButton autoPinEdge:ALEdgeTop toEdge:ALEdgeBottom ofView:separatorView2 withOffset:ScaleFromIPhone5(24)]; [activateButton autoPinEdge:ALEdgeTop toEdge:ALEdgeBottom ofView:separatorView2 withOffset:15];
[activateButton autoSetDimension:ALDimensionHeight toSize:kActivateButtonHeight]; [activateButton autoSetDimension:ALDimensionHeight toSize:kActivateButtonHeight];
UIActivityIndicatorView *spinnerView = UIActivityIndicatorView *spinnerView =

Loading…
Cancel
Save