UITabAccessory sizing

For it to work correctly on iPhone Duo in all poses, is the best practice to size the contentView of UITabAccessory to override intrinsicContentSize with width set at UIView.no IntrinsicMetric and height set to a relevant value ?

Hello! The size of the content view for the UITabAccessory should update automatically as the device state changes. Make sure you are using auto layout and are prepared to support different sizes.

UITabAccessory sizing
 
 
Q