我只是想知道如何使用UITabBarSystemItem设置标签栏项目的标题?我做了什么:self.tabBarItem=[[UITabBarItemalloc]initWithTabBarSystemItem:UITabBarSystemItemFeaturedtag:0];因此,为了默认更改标题而不是“Featured”(因为UITabBarSystemItemFeatured对象),我写道:self.tabBarItem.title=@"Actu";所以在我看来,我应该将“Actu”作为标题,而不是“Featured”。但它没有任何改变,标题一直是“精选”(默认标题)。我也试过: