Slide 19
Slide 19 text
// ズーム前
imageView.bounds = (0.0, 0.0, 750.0, 982.0)
imageView.frame = (0.0, 0.0, 402.44142607128356, 526.9299738693339)
// ズーム後
imageView.bounds = (0.0, 0.0, 750.0, 982.0)
imageView.frame = (0.0, 0.0, 1299.288755747131, 1701.2020775249102)
imageView.bounds.size(画像本来の⼤きさ)は変更されず、
scrollView.contentSize(imageView.frame.size)が更新される
ズーム前 ズーム後
=画像の中のどこにあるかという情報(imageViewのローカル座標)は変更しない
トリミング範囲の調整機能とは > トリミング範囲の動き⽅>UIScrollViewのズーム処理について