Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it bad to have an embedded table view? [closed]

I wonder if there is any downside in having an embedded table view?

I have a navigation controller VC that leads to another VC which is my app's "main/root" VC.

Inside that VC I have a container view which holds a table view.

The table view then has more segues leading to other VCs. Is this a bad setup?

like image 413
user2722667 Avatar asked Dec 11 '25 10:12

user2722667


1 Answers

No, there is nothing bad to having an embedded table view. In fact, I do it all the time. I just think it is a lot easier to make a better looking layout in your app and there is nothing different when setting up a detail view controller for the table view whether it is embedded or not.

like image 164
Stefan DeClerck Avatar answered Dec 14 '25 10:12

Stefan DeClerck



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!