开发者

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

开发者 https://www.devze.com 2023-03-25 16:01 出处:网络
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

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

精彩评论

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

关注公众号