質問編集履歴

7

追加

2016/11/28 04:52

投稿

minoossp
minoossp

スコア42

test CHANGED
File without changes
test CHANGED
@@ -86,13 +86,13 @@
86
86
 
87
87
 
88
88
 
89
+ ![イメージ説明](58d8c9dcbcab0e2c8be69b777ef69adb.png)
89
90
 
90
91
 
91
92
 
92
93
 
93
94
 
94
-
95
+ 両サイドの白の空白の色を変えたいのです
95
-
96
96
 
97
97
 
98
98
 

6

追加

2016/11/28 04:52

投稿

minoossp
minoossp

スコア42

test CHANGED
File without changes
test CHANGED
File without changes

5

追加

2016/11/28 02:58

投稿

minoossp
minoossp

スコア42

test CHANGED
File without changes
test CHANGED
@@ -68,4 +68,32 @@
68
68
 
69
69
 
70
70
 
71
+
72
+
73
+ 制約をつけて色の変更をしようとすると下記のエラーが出ます
74
+
75
+ ![イメージ説明](f71d1c40d09dd8b2d5ee9e25168ba4de.png)
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
71
99
  swift3.0 xcode8.3

4

追加

2016/11/28 02:57

投稿

minoossp
minoossp

スコア42

test CHANGED
File without changes
test CHANGED
@@ -58,4 +58,14 @@
58
58
 
59
59
 
60
60
 
61
+ ![イメージ説明](90be63644be281d979d2b4d496be03a5.png)
62
+
63
+
64
+
65
+ 下にうっすら赤く見えるのがcontentViewです
66
+
67
+
68
+
69
+
70
+
61
71
  swift3.0 xcode8.3

3

修正

2016/11/28 02:53

投稿

minoossp
minoossp

スコア42

test CHANGED
File without changes
test CHANGED
@@ -50,7 +50,7 @@
50
50
 
51
51
 
52
52
 
53
- svview = UIView(frame: CGRect(x:0,y:0,width:self.contentView.frame.width/2,height:self.contentView.frame.height/2))
53
+ svview = UIView(frame: CGRect(x:0,y:0,width:self.contentView.frame.width,height:self.contentView.frame.height))
54
54
 
55
55
 
56
56
 

2

追加

2016/11/28 02:42

投稿

minoossp
minoossp

スコア42

test CHANGED
File without changes
test CHANGED
@@ -34,6 +34,10 @@
34
34
 
35
35
 
36
36
 
37
+
38
+
39
+
40
+
37
41
  ![イメージ説明](2b6e2f02a8476227165726d23d0e459c.png)
38
42
 
39
43
 
@@ -42,4 +46,16 @@
42
46
 
43
47
 
44
48
 
49
+ ```
50
+
51
+
52
+
53
+ svview = UIView(frame: CGRect(x:0,y:0,width:self.contentView.frame.width/2,height:self.contentView.frame.height/2))
54
+
55
+
56
+
57
+ ```
58
+
59
+
60
+
45
61
  swift3.0 xcode8.3

1

追加

2016/11/28 02:38

投稿

minoossp
minoossp

スコア42

test CHANGED
File without changes
test CHANGED
@@ -27,3 +27,19 @@
27
27
 
28
28
 
29
29
  どこか設定値があるのでしょうか?
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+ ![イメージ説明](2b6e2f02a8476227165726d23d0e459c.png)
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+ swift3.0 xcode8.3