質問編集履歴

2

UITextFieldになっていたところをUIButtonに修正

2015/04/16 06:16

投稿

yoppy0066
yoppy0066

スコア293

test CHANGED
File without changes
test CHANGED
@@ -1,4 +1,4 @@
1
- UIViewにUIButtonを追加する際に位置について教えてください
1
+ **ボールドテキスト**UIViewにUIButtonを追加する際に位置について教えてください
2
2
 
3
3
 
4
4
 
@@ -12,7 +12,7 @@
12
12
 
13
13
 
14
14
 
15
- myButton.frame = UITextField(frame: CGRectMake(10, 100, 100, 30))
15
+ myButton.frame = UIButton(frame: CGRectMake(10, 100, 100, 30))
16
16
 
17
17
  myButton.layer.position = CGPoint(x:10, y:100);
18
18
 

1

初心者マーク追加

2015/04/16 06:16

投稿

yoppy0066
yoppy0066

スコア293

test CHANGED
File without changes
test CHANGED
File without changes