Removed layout calls.

This commit is contained in:
VladiMihaylenko 2017-03-06 15:55:46 +03:00 committed by Sergey Yershov
parent 84ae8fb084
commit ebe9f8e9c8

View file

@ -15,9 +15,7 @@ final class PPHotelDescriptionCell: MWMTableViewCell
descriptionText.sizeToFit()
updateDelegate = delegate
setNeedsLayout()
isNeedToForceLayout = true
layoutIfNeeded()
}
override func layoutSubviews() {