最新回答 / 流川枫根根根
不明白你的“把图片拖进ViewController里”是什么意思。UIImageView 有 UIViewContentMode 属性。可以设置图片的各种方式,居中,平铺,适应大小等等。
2016-10-08
最新回答 / 慕少2842122
为何编译能成功但点击确定按钮程序就直接跳到class AppDelegate: UIResponder, UIApplicationDelegate
2016-07-25
最新回答 / GhZicE
2.2 版本已经去掉 toInt 这个命令了.最新版你可以参考 github下面是我复制 老师 github 上的最新版.````if let year = Int(yearOfBirth.text!) { let imageNumber = (year - offset) % 12 image.image = UIImage(named: String(imageNumber)) }````
2016-07-11