I am new to Xamarin. So the problem is when I open my tabs it opens the first one i.e "Schedule_FRI". But I want to open "Schedule_SAT" when I open the tab pages. Is this possible and how do I do that?
<?xml version="1.0" encoding="utf-8" ?>
<TabbedPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:App4.Pages;assembly=App4"
xmlns:i8ln="clr-namespace:App4;assembly=App4"
x:Class="App4.Pages.Schedule" Title="{i8ln:Translate PageName_Schedule}">
<local:Schedule_FRI Title="{i8ln:Translate FRI}"/>
<local:Schedule_SAT Title="{i8ln:Translate SAT}"/>
<local:Schedule_SUN Title="{i8ln:Translate SUN}"/>
<local:Schedule_Lajna Title="{i8ln:Translate Schedule_Lajna}"/>
</TabbedPage>