最新回答 / 慕少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
最新回答 / 精慕门0429982
在 show the atributes inspector 这个选项里面有个Mode的属性,这是控制图片的铺开方式的,去选第一个就是铺满整个view
2016-06-13
最新回答 / 一分钟的距离
逆向推理:图像只有范冰冰这张->图片的字符串一直没有变化->idnex一只是0->结论:let index = selectedRowInComponent(0)看看这里有没有写错在let index = selectedRowInComponent(0)这行打个断点,观察index是否有变化
2016-05-28