[Solved] swift multiple buttons inside table view cell [closed]


https://cocoapods.org/pods/FlexLayout

I would recommend using something like FlexLayout. It handles laying views out however you determine that you want to lay them out, can handle changing widths, stacking in columns or in rows. Think if it similar to stack views the way you can lay them out. You don’t need to use any constraints with this library. (I do not have any connection to the library at all).

1

solved swift multiple buttons inside table view cell [closed]