I have a UITabBar
with 4 UITabBarItems
and each item have an image and a selectedimage
.
Normally I want to have that :
But on first launch, the app displays all selected images :
Then, if I kill the app, I have the good state (first image). Why ?
EDIT :