macOS/iOS API解説

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

目次

textView:completions:forPartialWordRange:indexOfSelectedItem:

**

-(NSArray *)textView:(NSTextView *)textView:
               completions:(NSArray *)words:
               forPartialWordRange:(NSRange )charRange:
               indexOfSelectedItem:(int *)index:

解説

デリゲートでの実装

返り値

( NSArray * )

配列

引数

( NSTextView * )textView
( NSArray * )words
( NSRange  )charRange
( int * )index

フレームワーク

ApplicationKit

クラス

NSTextView

Instance Methods

使用可能

10.3

参照

例文