Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
中央に 1 つの大きな画像があり、左右にわずかに表示されている 2 つの画像があります。ユーザーがスクロールすると、どうすれば右の画像が中央に来るのでしょうか…?
デリゲート メソッドで:
scrollViewDidScroll:
これにコード シラミを追加します。
self.rightImage.center = CGPointMake(self.imageCenter.center.x, self.imageCenter.center.y);