質問編集履歴

7

タイトルを編集

2018/03/06 10:41

投稿

takeshi1907
takeshi1907

スコア54

test CHANGED
@@ -1 +1 @@
1
- 別プロジェクトのインスタンス生成する方法
1
+ [Swift] 別プロジェクトのインスタンス生成する方法
test CHANGED
@@ -28,9 +28,9 @@
28
28
 
29
29
  └── View
30
30
 
31
-
31
+ --
32
32
 
33
- └──A_ViewController.swift
33
+ -- └──A_ViewController.swift
34
34
 
35
35
 
36
36
 

6

テキストを修正

2018/03/06 10:41

投稿

takeshi1907
takeshi1907

スコア54

test CHANGED
File without changes
test CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
 
42
42
 
43
- - B_ViewController
43
+ - B_ViewController.swift
44
44
 
45
45
  ```
46
46
 

5

タイトルを変更しました。

2018/03/06 10:35

投稿

takeshi1907
takeshi1907

スコア54

test CHANGED
@@ -1 +1 @@
1
- Swiftに関する質問です。
1
+ 別プロジェクトのインスタンス生成する方法
test CHANGED
File without changes

4

余計な文字を削除

2018/03/06 10:26

投稿

takeshi1907
takeshi1907

スコア54

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
  ```
50
50
 
51
- リスト
51
+
52
52
 
53
53
 
54
54
 

3

マークダウンを使用するように修正

2018/03/06 10:24

投稿

takeshi1907
takeshi1907

スコア54

test CHANGED
File without changes
test CHANGED
@@ -40,27 +40,21 @@
40
40
 
41
41
 
42
42
 
43
+ - B_ViewController
44
+
45
+ ```
46
+
43
- エラー内容 : Use of unresolved identifier 'A_View'
47
+ let AAA:UIView = A_View(self.bounds, ad: self.ad!, delegate: self)
48
+
49
+ ```
50
+
51
+ リスト
44
52
 
45
53
 
46
54
 
47
- ———B_ViewController———
55
+ - A_View.swift
48
56
 
49
-
50
-
51
- let AAA:UIView = A_View(self.bounds, ad: self.ad!, delegate: self)
52
-
53
-
54
-
55
- ——————————————————————
57
+ ```
56
-
57
-
58
-
59
-
60
-
61
- ———A_View.swift———————
62
-
63
-
64
58
 
65
59
  import UIKit
66
60
 
@@ -84,11 +78,9 @@
84
78
 
85
79
  }
86
80
 
87
-
88
-
89
81
  }
90
82
 
91
- —————————————————————
83
+ ```
92
84
 
93
85
 
94
86
 

2

記述を間違えていた為

2018/03/06 10:23

投稿

takeshi1907
takeshi1907

スコア54

test CHANGED
File without changes
test CHANGED
@@ -66,7 +66,7 @@
66
66
 
67
67
 
68
68
 
69
- public class BBBB: UIView {
69
+ public class A_View: UIView {
70
70
 
71
71
 
72
72
 

1

スペルが間違えていた為

2018/03/06 10:15

投稿

takeshi1907
takeshi1907

スコア54

test CHANGED
File without changes
test CHANGED
@@ -48,7 +48,7 @@
48
48
 
49
49
 
50
50
 
51
- let tateFullAdView:UIView = A_View(self.bounds, ad: self.ad!, delegate: self)
51
+ let AAA:UIView = A_View(self.bounds, ad: self.ad!, delegate: self)
52
52
 
53
53
 
54
54
 
@@ -66,7 +66,7 @@
66
66
 
67
67
 
68
68
 
69
- public class LDOYokoAdView: UIView {
69
+ public class BBBB: UIView {
70
70
 
71
71
 
72
72
 
@@ -74,7 +74,7 @@
74
74
 
75
75
 
76
76
 
77
- public init(frame: CGRect, ad: LDOAd, delegate: AA_ViewDelegate) {
77
+ public init(frame: CGRect, ad: Ad, delegate: AA_ViewDelegate) {
78
78
 
79
79
  super.init(frame: frame)
80
80