I'm new to iOS development. I would like to know if there is any control or API to display data and controls in tabular format.
Example:
- column 1 -- checkbox
- Column 2 -- string
- Column 3 -- dropdown with sub categories.
- column 4 -- dropdown with actionable items, means selecting/changing should raise an event.
And sorting based on specific column data when user touches column header.
We developed this in WPF for a desktop application and everything was written in XAML. Now we want to do something similar in iOS app, and android but we would like to start with iOS app.
- Is it good to have native app for this requirement? or HWC/browser based app?
- Is there any 3rd party library(paid or free) available?
sample image link, for better text clarity: https://i.imgur.com/8lMRrsy.png