I am working on an app that really needs to use several tables and various views. I initially thought that I should use a splitview controller. However, I don't like the amount of space the masterview takes up and the limitations imposed by the split view. So I'm considering using a custom view that has a sub view containing a table. I know this is possible, but is it acceptable?
Thanks for any suggestions.