开发者

iOS deletion and reorder controls -- change the location within a cell?

I am wondering if there is any way to move these controls -- 开发者_JAVA百科say up or down, or left or right, from their default locations.


You can do it, but it's a lot of hacky hassle to do, so that you skirt around using private APIs. Your better off redesigning your cell to accommodate these controls, either statically or when your table view cell enters these modes, using willTransitionToState: and didTransitionToState: in a UITableViewCell subclass.


You can't. At least not through any sane means.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜