Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
その家の写真を影付きで、事前にレンダリングされたアイコンのように見ることができます。この効果を削除するにはどうすればよいですか?
UITabBarItem に完成した画像と未完成の画像の両方を設定する必要があります。そうしないと、フレームワークが自動的に輝きを追加します。これを行う方法は次のとおりです。
[barItem setFinishedSelectedImage:[UIImage imageNamed:@"myimage.png"] withFinishedUnselectedImage:[UIImage imageNamed:@"myimage.png"]];
完成品も未完成品も同じですのでご注意ください。