Posts

Post not yet marked as solved
0 Replies
466 Views
I am using AVRoutePickerView to select audio output routes between bluetooth and speaker/receiver. Route selection works great, but the color of the route picker icon does not update when switching from bluetooth to speaker/receiver and vice-versa. I tracked this down to _airPlayActive property of the view which did not update with route change. When a new AVRoutePickerView object is created, _airPlayActive and hence its color is correct (true if bluetooth device is selected and false for speaker/receiver).
Posted Last updated
.