remove FIXME for radar 18326340. issue has been resolved as of Xcode 6.1 ref #484

This commit is contained in:
Jesse Squires 2014-11-01 15:44:58 -07:00
parent c0edc6f7aa
commit 4aedb062cc

View File

@ -220,21 +220,6 @@
self.messageBubbleImageView.highlighted = selected;
}
// FIXME: radar 18326340
// remove when fixed
// hack for Xcode6 / iOS 8 SDK rendering bug that occurs on iOS 7.x
// see issue #484
// https://github.com/jessesquires/JSQMessagesViewController/issues/484
//
- (void)setBounds:(CGRect)bounds
{
[super setBounds:bounds];
if ([UIDevice jsq_isCurrentDeviceBeforeiOS8]) {
self.contentView.frame = bounds;
}
}
#pragma mark - Setters
- (void)setBackgroundColor:(UIColor *)backgroundColor