123
摘要: 1.UIScrollView有2个子类,uitextview和uitableview,这两个控件经常需要用到,因此熟练掌握它的使用是很有必要的。它们都是在内容超出屏幕时,可以提供水平或垂直滚动条。2.主要的3个属性,contentSize、contentInset和contentOffset。2.1... 阅读全文
posted @ 2014-12-15 14:19 顫栗 阅读(637) 评论(0) 推荐(0)
摘要: 原题:(https://oj.leetcode.com/problems/remove-duplicates-from-sorted-list/)Given a sorted linked list, delete all duplicates such that each element app... 阅读全文
posted @ 2014-10-29 22:15 顫栗 阅读(107) 评论(0) 推荐(0)
摘要: 原题(源自:https://oj.leetcode.com/problems/find-minimum-in-rotated-sorted-array/):Suppose a sorted array is rotated at some pivot unknown to you beforehan... 阅读全文
posted @ 2014-10-29 17:36 顫栗 阅读(139) 评论(0) 推荐(0)