摘要:
iOS提供了方法来完成上述值得转换convertRect:toView:, convertRect:FromView:convertPoint:toView: and convertPoint:fromView: methods这里以convertRect:FromView:为例,文档中对该方法的描... 阅读全文
posted @ 2015-09-07 17:01
feiling
阅读(953)
评论(0)
推荐(0)
摘要:
最近在开发中遇到需要Cell中imageView和textLable位置和大小的情况,设计希望得到的结果如下图所示:而TableViewCell默认样式,image是靠紧左边的,并且image和title之间的间隙较小为实现设计中的效果,我们需要继承UITableViewCell,对cell.ima... 阅读全文
posted @ 2015-09-07 16:21
feiling
阅读(784)
评论(0)
推荐(0)
摘要:
在开发过程中经常会遇到设计稿中Cell分割线样式和系统自带的样式差别很大,如何实现这里做下总结,主要包括如下两步:1. 取消TableView默认的分割线样式_tableView.separatorStyle = UITableViewCellSeparatorStyleNone;2. 为Table... 阅读全文
posted @ 2015-09-07 16:00
feiling
阅读(998)
评论(0)
推荐(0)
摘要:
UIImageView是不能够响应点击事件的,在开发过程中我们需要经常对头像等添加点击事件,上网搜索一番后发现有如下两个方法:1.找到点击图片Event,添加事件处理函数UIImageView.userInteractionEnabled = YES;- (void)touchesBegan:(NS... 阅读全文
posted @ 2015-09-07 15:49
feiling
阅读(18632)
评论(0)
推荐(0)
浙公网安备 33010602011771号