Clean up example table cell layout a little bit

This commit is contained in:
Justin Spahr-Summers
2012-07-18 01:11:47 -07:00
parent 2c26c9f068
commit 6616ea1eae
@@ -52,7 +52,7 @@
CGSize textFieldSize = self.textFieldContainer.bounds.size;
CGFloat textFieldLeft = CGRectGetWidth(self.bounds) - textFieldSize.width - 16;
self.textFieldContainer.frame = CGRectMake(textFieldLeft, 8, textFieldSize.width, textFieldSize.height);
self.textFieldContainer.frame = CGRectMake(textFieldLeft, 14, textFieldSize.width, textFieldSize.height);
}
- (NSAttributedString *)attributedString