Merge branch 'charlesmchen/unreadIndicator3'

This commit is contained in:
Matthew Chen 2017-05-22 20:31:51 -04:00
commit ac5749efd1
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@
- (void)layoutSubviews
{
[super layoutSubviews];
[self.label sizeToFit];
[self.label centerOnSuperview];
self.leftPathView.frame = CGRectMake(0, 0, self.label.left, self.height);