Slide 39
Slide 39 text
UIScrollViewͷ৽ઃϓϩύςΟ
class UIScrollView {
// enumɻ .automatic, .scrollableAxes, .never, .always ΛͱΔ
var contentInsetAdjustmentBehavior
: UIScrollViewContentInsetAdjustmentBehavior
// ! automaticallyAdjustsScrollViewInsets ͷସ
var adjustedContentInset: UIEdgeInsets { get }
// adjustedContentInset ͕ߋ৽͞ΕͨΒݺΕΔ
func adjustedContentInsetDidChange()
// UIScrollViewͷ LalyoutGuide औΕΔΑ͏ʹͳͬͨʂ
var frameLayoutGuide: UILayoutGuide { get }
var contentLayoutGuide: UILayoutGuide { get }
}
39