Forum Archive

UITableViewRowAction

cook

Has anyone done this before? I thought that I saw someone post something about this during the pythonista 3 beta widget days... or something. But I can't find anything in the forum. Would really like to get this functionality in my tableview.

Link:
UITableViewRowAction Introduction

JonB

there was a discussion about adding a custom rowheight, but the idea is the same. you swizzle the tableview class to add the extra delegate calls.

See https://github.com/jsbain/objc_hacks

tableview_rowheight
and rowheight_example

you will also need the swizzle.py.