質問編集履歴

1

ソースコードのミスを修正

2016/08/04 09:49

投稿

Y_M
Y_M

スコア265

test CHANGED
File without changes
test CHANGED
@@ -46,7 +46,7 @@
46
46
 
47
47
  let window = UIScreen.mainScreen().bounds.size
48
48
 
49
- let myImage = UIImageView(frame: CGRectMake(0, 200, window.width, 200))
49
+ let myImage = UIImageView(frame: CGRectMake(0, 0, window.width, 200))
50
50
 
51
51
  myImage.contentMode = .ScaleAspectFill
52
52