(環境)
xcode:11.3
version 5.1.3
(参考文献)
詳解 Swift 第5版
著者 萩原剛志
発行者 SBクリエイティブジャブ式会社
scheduledTime()
メソッドのselector: #selector(self.timerInterrupt(_:))
の指定についてですが、
documentationを確認すると以下の様に各プロパティに設定される要素が記載されているのですが、aSelector
の"a"とは特に言及がないのですが、何者なのでしょうか?また実際のコードでは#selector()
の様に見慣れない#をとしてメソッドを設定しているのですが何もdocumentationでは触れられておらず、このコードの意味するところについて、ご教示願えますでしょうか?
Documentation
1class func scheduledTimer(timeInterval ti: TimeInterval, target aTarget: Any, selector aSelector: Selector, userInfo: Any?, repeats yesOrNo: Bool) -> Timer
回答1件
あなたの回答
tips
プレビュー