|
|
@ -507,8 +507,6 @@ NSString *const kSelectRecipientViewControllerCellIdentifier = @"kSelectRecipien
|
|
|
|
UIView *buttonRow = [strongSelf createRowWithHeight:kButtonRowHeight
|
|
|
|
UIView *buttonRow = [strongSelf createRowWithHeight:kButtonRowHeight
|
|
|
|
previousRow:examplePhoneNumberRow
|
|
|
|
previousRow:examplePhoneNumberRow
|
|
|
|
superview:cell.contentView];
|
|
|
|
superview:cell.contentView];
|
|
|
|
OWSLogVerbose(@"strongSelf.phoneNumberButton: %@", strongSelf.phoneNumberButton.accessibilityIdentifier);
|
|
|
|
|
|
|
|
OWSLogFlush();
|
|
|
|
|
|
|
|
[buttonRow addSubview:strongSelf.phoneNumberButton];
|
|
|
|
[buttonRow addSubview:strongSelf.phoneNumberButton];
|
|
|
|
[strongSelf.phoneNumberButton autoVCenterInSuperview];
|
|
|
|
[strongSelf.phoneNumberButton autoVCenterInSuperview];
|
|
|
|
[strongSelf.phoneNumberButton autoPinTrailingToSuperviewMargin];
|
|
|
|
[strongSelf.phoneNumberButton autoPinTrailingToSuperviewMargin];
|
|
|
|