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.
ドックからのドラッグ アンド ドロップに応答するアプリを作成するとします。基本的に、.pdf をデスクトップからドックにあるアプリにドラッグするとします。そのアクションを受け取り、それに反応するためにどのような機能がありますか?
アプリのデリゲートで:
- (void)application:(NSApplication *)sender openFiles:(NSArray *)filenames
もちろん、これも必要です。