码迷,mamicode.com
首页 > 其他好文 > 详细

tableview中按钮的点击高亮效果

时间:2014-11-26 11:13:51      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:style   io   os   sp   for   strong   on   bs   as   

对ios8无效.

_myStateTableView.delaysContentTouches = NO;

 

- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath

{

        for (id obj in cell.subviews)

        {

            if ([NSStringFromClass([obj class]) isEqualToString:@"UITableViewCellScrollView"])

            {

                UIScrollView *scroll = (UIScrollView *)obj;

                scroll.delaysContentTouches = NO;

                break;

            }

        }

tableview中按钮的点击高亮效果

标签:style   io   os   sp   for   strong   on   bs   as   

原文地址:http://www.cnblogs.com/liman1990/p/4122610.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!