摘要:
contentSize是scrollview可以滚动的区域,比如frame = (0 ,0 ,320 ,480) contentSize = (320 ,960),代表你的scrollview可以上下滚动,滚动区域为frame大小的两倍。contentOffset是scrollview当前显示区域顶点相对于frame顶点的偏移量,比如上个例子你拉到最下面,contentoffset就是(0 ,480),也就是y偏移了480contentInset是scrollview的contentview的顶点相对于scrollview的位置,例如你的contentInset = (0 ,100),那么你的 阅读全文
posted @ 2012-08-27 20:12
qingjoin
阅读(3923)
评论(0)
推荐(0)
摘要:
今天突然遇到了一个这样的错误。Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<ContentViewController 0x4528a0> setValue:forUndefinedKey:]:this class is not key value coding-compliant for the key digitPressed弄了半天,代码也没有错误。后来还是找到了。是因为。当前的这个视图。View有一些控件有多余的关联。把它删除掉就行了。第一次 阅读全文
posted @ 2012-08-27 18:24
qingjoin
阅读(309)
评论(0)
推荐(0)

浙公网安备 33010602011771号