摘要: In the "100 game," two players take turns adding, to a running total, any integer from 1..10. The player who first causes the running total to reach o 阅读全文
posted @ 2016-11-26 07:00 Grandyang 阅读(17533) 评论(21) 推荐(0)
摘要: 在很多种语言中,alert都表示弹窗操作,弹窗功能非常有用,不仅可以用于正式的app功能中,也可以在调试中使用。在OC中,UIAlertController类用来控制弹窗操作。在IOS 8.0之前, 其使用UIAlertView类来控制弹窗,如果我们想弹出一个带有输入框的窗口,可以使用如下的代码: 阅读全文
posted @ 2016-11-26 06:26 Grandyang 阅读(3789) 评论(0) 推荐(0)
Fork me on GitHub