I'm new in Xamarin iOS development. In iOS 11 UITabBar appearance has been changed for iPad in portrait and landscape mode. If I build an application with base sdk less than iOS 11 then it is showing properly as expected. But if I build with iOS 11 sdk then its appearance get changed (Actual). So I want to keep the previous appearance (Expected) as it is in iOS 11 also (With base sdk iOS 11 and above). I tried to apply native (Objective C and swift) solutions to it and still no luck.
Expected:
Can anyone help me with this.
Regards, Hrishikesh Pol.