xmartlabs / Eureka

Elegant iOS form builder in Swift
https://eurekacommunity.github.io
MIT License
11.78k stars 1.33k forks source link

Support iOS 15 table style (inset grouped) #2182

Closed danqing closed 3 years ago

danqing commented 3 years ago

iOS 15 introduced the new inset grouped table view style, like the following: IMG_EBC904CBBAC4-1

Instead of going edge-to-edge, cells now have side margins.

Is there a way to support this or is there plan to update the form styles?

danqing commented 3 years ago

Never mind. This is supported well with the .insetGrouped style. Stupid question - sorry :)