macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

LKScrollLayer

scrollToRect:

-(void)scrollToRect:(CGRect)theRect: 解説 指定した矩形が確実に見えるようにレシーバーの内容をスクロールする 返り値 ( void ) 引数 ( CGRect )theRect フレームワーク CoreAnimation クラス LKScrollLayer Instance Methods 使用可能 10.5 参照 例文

scrollToPoint:

-(void)scrollToPoint:(CGPoint)thePoint: 解説 指定した位置にレシーバーの起点を変更する 返り値 ( void ) 引数 ( CGPoint )thePoint フレームワーク CoreAnimation クラス LKScrollLayer Instance Methods 使用可能 10.5 参照 例文

解説 @property NSString *scrollMode 返り値 引数 フレームワーク CoreAnimation クラス LKScrollLayer Instance Methods 使用可能 10.5 参照