摘要: iOS Programming Editing UITableView 1.1 Editing mode UITableView has an editing property, and when this property is set to YES, the UITableView enters editing mode. UITableVIew有一个editing proper... 阅读全文
posted @ 2015-05-12 16:38 巴山夜雨1989 阅读(289) 评论(0) 推荐(0)
摘要: iOS programming Code Snippet Library The freebie code comes from the code snippet library. 代码来自code snippet library。 Notice that there are a number of code snippets available 有许多code snippets availa... 阅读全文
posted @ 2015-05-12 09:34 巴山夜雨1989 阅读(193) 评论(0) 推荐(0)
摘要: iOS programming UITableView and UITableViewController A UITableView displays a single column of data with a variable number of rows. UITableView 展示单列数据和不定数量的行。 Create a new iOS Empty Application p... 阅读全文
posted @ 2015-05-12 09:33 巴山夜雨1989 阅读(491) 评论(0) 推荐(0)