質問するログイン新規登録

質問編集履歴

1

追記

2020/02/02 06:16

投稿

yasumaro
yasumaro

スコア67

title CHANGED
File without changes
body CHANGED
@@ -7,4 +7,7 @@
7
7
  extension Alertable where Self :UIViewController {
8
8
  ```
9
9
  下記のサイトにも出てきています
10
- [https://tutorialmore.com/questions-2068503.htm](https://tutorialmore.com/questions-2068503.htm)
10
+ [https://tutorialmore.com/questions-2068503.htm](https://tutorialmore.com/questions-2068503.htm)
11
+
12
+ この場合Alertableを継承した(またはプロトコルなら批准)したクラスがUIViewControllerなら
13
+ extensionで追加した定義が使用できるという認識で合っていますでしょうか?