[解決済み] デレゲート・イン・スイフト?
2022-05-25 19:08:43
質問
デリゲートを作るにはどうしたらよいのでしょうか。
NSUserNotificationCenterDelegate
を作るにはどうしたらいいですか?
どのように解決するのですか?
obj-cと大差はありません。 まず、以下のようにクラス宣言でプロトコルを指定する必要があります。
class MyClass: NSUserNotificationCenterDelegate
実装は以下のようになります。
// NSUserNotificationCenterDelegate implementation
func userNotificationCenter(center: NSUserNotificationCenter, didDeliverNotification notification: NSUserNotification) {
//implementation
}
func userNotificationCenter(center: NSUserNotificationCenter, didActivateNotification notification: NSUserNotification) {
//implementation
}
func userNotificationCenter(center: NSUserNotificationCenter, shouldPresentNotification notification: NSUserNotification) -> Bool {
//implementation
return true
}
もちろん、デリゲートを設定する必要があります。例えば
NSUserNotificationCenter.defaultUserNotificationCenter().delegate = self;
関連
-
[解決済み] 使用しているSwiftのバージョンを確認するにはどうすればよいですか?
-
[解決済み] SwiftからObjective-Cのコードを呼び出すにはどうしたらいいですか?
-
[解決済み] Swift Betaのパフォーマンス:配列のソート
-
[解決済み] Objective-Cでデリゲートを作成するにはどうしたらいいですか?
-
[解決済み] SwiftでIntをStringに変換する
-
[解決済み] Swift で app delegate への参照を取得するにはどうすればよいですか?
-
[解決済み】JavaのDelegate?
-
[解決済み】なぜ、Swiftの文字列では、?のような絵文字が奇妙に扱われるのですか?
-
[解決済み] デレゲート・イン・スイフト?
最新
-
nginxです。[emerg] 0.0.0.0:80 への bind() に失敗しました (98: アドレスは既に使用中です)
-
htmlページでギリシャ文字を使うには
-
ピュアhtml+cssでの要素読み込み効果
-
純粋なhtml + cssで五輪を実現するサンプルコード
-
ナビゲーションバー・ドロップダウンメニューのHTML+CSSサンプルコード
-
タイピング効果を実現するピュアhtml+css
-
htmlの選択ボックスのプレースホルダー作成に関する質問
-
html css3 伸縮しない 画像表示効果
-
トップナビゲーションバーメニュー作成用HTML+CSS
-
html+css 実装 サイバーパンク風ボタン