[ios] Added missing [super layoutSubviews] method call.

This commit is contained in:
Ilya Grechuhin 2016-02-16 11:10:30 +03:00 committed by Sergey Yershov
parent 7252046835
commit d654ea29be

View file

@ -151,6 +151,7 @@ double getExactDPI(double contentScaleFactor)
CGSize const s = self.bounds.size;
[self onSize:s.width withHeight:s.height];
}
[super layoutSubviews];
}
- (void)deallocateNative