|
|
|
@ -769,7 +769,8 @@ const CGFloat kMaxTextViewHeight = 98;
|
|
|
|
|
[sendVoiceMemoButton setTitleColor:UIColor.ows_signalBlueColor forState:UIControlStateNormal];
|
|
|
|
|
sendVoiceMemoButton.alpha = 0;
|
|
|
|
|
[self.voiceMemoContentView addSubview:sendVoiceMemoButton];
|
|
|
|
|
[sendVoiceMemoButton autoPinEdgesToSuperviewMarginsExcludingEdge:ALEdgeLeading];
|
|
|
|
|
[sendVoiceMemoButton autoPinEdgeToSuperviewMargin:ALEdgeTrailing withInset:10.f];
|
|
|
|
|
[sendVoiceMemoButton autoVCenterInSuperview];
|
|
|
|
|
[sendVoiceMemoButton setCompressionResistanceHigh];
|
|
|
|
|
[sendVoiceMemoButton setContentHuggingHigh];
|
|
|
|
|
|
|
|
|
|