Does anyone have a good iOS reorder list control, please?
Nudge.
Really thought someone would have something out there.
What do you mean by an iOS reorder list control?
Personally, I think that would be very difficult to try and implement using our widget.newTableView() API. You would probably have to implement it using a widget.newScrollView() building your own rows using display.newGroup()s. Basically building your own tableView.
Rob
Yeah, I figured. I’ve always wondered why this wasn’t included in the widget.* library. Or, for that matter, on the plugin marketplace.
I’ve tried it in the past and, if memory serves, it was very difficult.
I’m trying again anyway.
Here’s the first working version of the re-order list control. Improvements to be made… Added a web demo to the framework I’m sharing:
Hi buddy, are you looking for any free or paid version? As, to be frank iOS hardly have any good free version recording. But spending few bucks can get you awesome apps on that category.
Regards,
Y. Smith
Nudge.
Really thought someone would have something out there.
What do you mean by an iOS reorder list control?
Personally, I think that would be very difficult to try and implement using our widget.newTableView() API. You would probably have to implement it using a widget.newScrollView() building your own rows using display.newGroup()s. Basically building your own tableView.
Rob
Yeah, I figured. I’ve always wondered why this wasn’t included in the widget.* library. Or, for that matter, on the plugin marketplace.
I’ve tried it in the past and, if memory serves, it was very difficult.
I’m trying again anyway.
Here’s the first working version of the re-order list control. Improvements to be made… Added a web demo to the framework I’m sharing: