uitableviewcell 披露指示器附件视图对齐
是否可以更改 UITableViewCell 上的附件视图位置/对齐方式(默认情况下居中对齐)?
Is it possible to change accessory view position/alignment on UITableViewCell (By default it center align) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,您不能使用任何苹果提供的 API,但您可以创建自己的视图并将其放置在单元格的右侧。
您只需要在创建该对象时或通过
frame
属性设置该 uiview 对象的框架,如下所示或
No you cannot by using any apple provided API but you can create your own view and place it at the right side of the cell.
You just need to set the frame of that uiview object while creating that object or by
frame
property, like thisor