Hi,
I want to create TabView with 3 tab items. Tab items contain an image only which change colors when the tab is switched.
I'm unable to figure out a way to set an image. Is there a way to set UIImageView directly to SfTabItem? I tried setting the ImageSource but that doesnt work as well.
I want to set my custom images.
Also can you please help me with changing images when the tab is switched?
Looking forward to the reply. Thank you.
Code snippet:
var calendar = new SfTabItem()
{
ImageSource = "ic_calendar_white.png",
Content = _calendarTabView.View
};