namespace AppleMusicApp; public partial class AppShell : Shell { public AppShell() { InitializeComponent(); CurrentItem = LibraryTab; } }