I have create 4 items on uitabbar, all the images is 32 * 32 px, 150dpi. when i run it, only the first icon is appear, the others are disappear.
but when i click the others or wait about 20 seconds they are appear.
and i found when i set the Storyboard Entry Point to this uitabbarviewcontroller the icons will be show, when i set Storyboard Entry Point to login uiviewcontroller, after login success, i jump to uitabbarviewcontroller the icons are disappear.
[self performSegueWithIdentifier:@"loginSuccess" sender:self];
why this happen? please give me some help, thanks!