Black background Native UI TabBarController iOS 9

After migrating our app to Delphi 10 Seattle and SDK iPhoneOS 9.1, the background of the TTMSFMXNativeUITabBarController appears black. Shouldn't it be silver?

Hi, 


We are not able to reproduce this here, the background is white with grey tabs and blue colored titles in iOS9. Can you provide a demo that demonstrates this behavior?

Kind Regards, 
Pieter

Use Delphi 10 Seattle, SDK iPhoneOS 9.1, TMS iCL v2.7.0.1 and an iPhone device (here we use an iPhone 5S) with iOS 9.1. On your Mac, use XCode 7.1.1 and PAServer 17.0 with Embarcadero's PAServer hotfix 30398. Then, in Delphi 10 Seattle, setup a new multi-device project with an empty form, put an TTMSFMXNativeUITabBarController with three items on it, compile the project and let it run. The background is white, the tabs are black with blue colored titles.

Hi, 


To solve this issue, you could include the TTMSFMXNativeUITabBarController inside a TTMSFMXNativeUIViewController and client-align it. Placing a TTMSFMXNativeUITabBarController directly on the main form has issues in the newest iOS version and we are still investigate here what we can implement to solve this issue.

Kind Regards, 
Pieter

Thank you. Your advice fixed the problem.