質問編集履歴
3
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,6 +44,8 @@
|
|
44
44
|
|
45
45
|
⑤別の画像を設定してみる
|
46
46
|
|
47
|
+
⑥ボタンのテキストカラーを変更してみる(もともとテキストは設定してないけど、この青色がUIButtonのテキストの基本色と同じであると思ったため)
|
48
|
+
|
47
49
|
|
48
50
|
|
49
51
|
これらを実行してみたのですが、どれも変わらず、青いままでした。
|
2
更新
test
CHANGED
File without changes
|
test
CHANGED
@@ -51,3 +51,5 @@
|
|
51
51
|
これ以上試せることが自分では思いつけません・・・
|
52
52
|
|
53
53
|
どなたか教えてくださるとありがたいです。
|
54
|
+
|
55
|
+
xcodeのバージョンは8.0です。
|
1
修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
camera.frame = CGRect(x: width/2+width/18, y: height/1.5, width: width/3, height: height/7);
|
22
22
|
|
23
|
-
let cimage:UIImage = UIImage(named:"button
|
23
|
+
let cimage:UIImage = UIImage(named:"button")!
|
24
24
|
|
25
25
|
camera.setImage(cimage, for: .normal)
|
26
26
|
|