質問編集履歴
2
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -70,11 +70,11 @@
|
|
70
70
|
|
71
71
|
|
72
72
|
|
73
|
-
let
|
73
|
+
let buttonset = Buttonset()
|
74
74
|
|
75
|
-
imageCropVC.delegate =
|
75
|
+
imageCropVC.delegate = buttonset
|
76
76
|
|
77
|
-
self.delegate =
|
77
|
+
self.delegate = buttonset
|
78
78
|
|
79
79
|
}
|
80
80
|
|
@@ -100,7 +100,7 @@
|
|
100
100
|
|
101
101
|
|
102
102
|
|
103
|
-
class
|
103
|
+
class Buttonset: UIViewController, UIImagePickerControllerDelegate, RSKImageCropViewControllerDelegate {
|
104
104
|
|
105
105
|
|
106
106
|
|
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
import UIKit
|
14
14
|
|
15
|
-
import
|
15
|
+
import RSKImageCropper
|
16
16
|
|
17
17
|
|
18
18
|
|