Nacho offered me a little bit of help today with a relatively simple problem. Here are some notes on it for future reference.
I have a container view which has in it a TabBarView
and a ScrollView
. When one of the tabs in the tab bar view is tapped, I want it to update its internal state (which button is selected) and then I need the container view to be able to respond as well (to scroll its scrollview).