如何在UITableView中删除箭头 [英] How to remove arrow in UITableView

查看:64
本文介绍了如何在UITableView中删除箭头的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在处理UITableView.请告诉我如何删除每一行中显示的箭头按钮?

解决方案

在您的-tableView:cellForRowAtIndexPath:中,将UITableViewCell的accessoryType属性设置为UITableViewCellAccessoryNone,即默认的FYI .. >

I am working on a UITableView. Please tell me how to remove the arrow button displayed in the each and every row?

解决方案

In your -tableView:cellForRowAtIndexPath:, set the accessoryType property of your UITableViewCell to UITableViewCellAccessoryNone, which is the default FYI.

这篇关于如何在UITableView中删除箭头的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆