Skip to content

Commit

Permalink
Revert "Force to relayout tokens & input field on view layout change"
Browse files Browse the repository at this point in the history
This reverts commit f89c863.
  • Loading branch information
ayanonagon committed Nov 12, 2014
1 parent 6bb214a commit 313f77d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VENTokenField/VENTokenField.m
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ - (void)layoutSubviews
{
[super layoutSubviews];
self.scrollView.contentSize = CGSizeMake(CGRectGetWidth(self.frame) - self.horizontalInset * 2, CGRectGetHeight(self.frame) - self.verticalInset * 2);
[self reloadData];
}

- (void)layoutScrollView
Expand Down

0 comments on commit 313f77d

Please sign in to comment.