In 8.3 Simulator I have UIViewController which contains a UISegmentedControl. The segmented control's appearance is managed by an appearance proxy. If I display this custom controller in a UIPopoverController, the segmented control's tint is ALWAYS white. Cant change it via proxy or directly. If I place the view controller in a regular modal, the segmented control's tint behaves how it should. All other segmented controls in the app obey the appearance proxy. It displays perfectly fine in iOS 8.2 Simulator. WTF?
Language = swift Xcode 6.3 targeting >= 8.1