Class: RMXAutoLayoutScrollView::FollowView

Inherits:
UIView
  • Object
show all
Defined in:
lib/motion/RMXAutoLayoutScrollView.rb

Instance Method Summary collapse

Instance Method Details

#layoutSubviewsObject



4
5
6
7
8
9
10
# File 'lib/motion/RMXAutoLayoutScrollView.rb', line 4

def layoutSubviews
  s = super
  fittedView.invalidateIntrinsicContentSize
  fittedView.setNeedsUpdateConstraints
  fittedView.layoutIfNeeded
  s
end