|
|
|
@ -340,6 +340,7 @@
|
|
|
|
[subtitleLabel autoPinEdge:ALEdgeTop toEdge:ALEdgeBottom ofView:titleLabel];
|
|
|
|
[subtitleLabel autoPinEdge:ALEdgeTop toEdge:ALEdgeBottom ofView:titleLabel];
|
|
|
|
[subtitleLabel autoPinLeadingToSuperviewMargin];
|
|
|
|
[subtitleLabel autoPinLeadingToSuperviewMargin];
|
|
|
|
[subtitleLabel autoPinEdgeToSuperviewEdge:ALEdgeBottom];
|
|
|
|
[subtitleLabel autoPinEdgeToSuperviewEdge:ALEdgeBottom];
|
|
|
|
|
|
|
|
[subtitleLabel autoPinWidthToSuperview];
|
|
|
|
|
|
|
|
|
|
|
|
UIImage *disclosureImage = [UIImage imageNamed:(CurrentAppContext().isRTL ? @"NavBarBack" : @"NavBarBackRTL")];
|
|
|
|
UIImage *disclosureImage = [UIImage imageNamed:(CurrentAppContext().isRTL ? @"NavBarBack" : @"NavBarBackRTL")];
|
|
|
|
OWSAssertDebug(disclosureImage);
|
|
|
|
OWSAssertDebug(disclosureImage);
|
|
|
|
|