From 34f7cd1a4743829deafdc7c2632d394534c56506 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Wed, 12 Jul 2017 11:39:54 -0400 Subject: [PATCH] Clean up ahead of PR. // FREEBIE --- Signal/src/UIView+OWS.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/UIView+OWS.h b/Signal/src/UIView+OWS.h index c571bc986..d6404cc43 100644 --- a/Signal/src/UIView+OWS.h +++ b/Signal/src/UIView+OWS.h @@ -78,7 +78,7 @@ CGFloat ScaleFromIPhone5(CGFloat iPhone5Value); - (NSLayoutConstraint *)autoPinLeadingToView:(UIView *)view margin:(CGFloat)margin; - (NSLayoutConstraint *)autoPinTrailingToView:(UIView *)view; - (NSLayoutConstraint *)autoPinTrailingToView:(UIView *)view margin:(CGFloat)margin; -// Return Right on LTR and Right on RTL. +// Return Right on LTR and Left on RTL. - (NSTextAlignment)textAlignmentUnnatural; // Leading and trailing anchors honor layout margins. // When using a UIView as a "div" to structure layout, we don't want it to have margins.