Everything works in my application, but there is one problem with the nickname.
It seems that the UIImagePickerController returns a status bar when it is called. Obviously, the application has a hidden structure.
Now I have been working on this, renaming it after completing or fixing the collector. This led to the appearance of a black bar at the top of the application. So after rehide, I had to move the header and other contents of the table to match it.
All in all, this works great. However, the UIImagePickerController is called in the table detail view. Therefore, when the user used the collector (and changed it after use) and clicked the "Back" button to return to the main table, there is a slight graphical glitch.
The detailed view was shifted to hide the void in the status bar, but when I return to the main table and the application slides horizontally back to the main view, within a second of a second black box of 20 pixels can be seen above the elements in a detailed view?
Repeat. UIImagePickerController returns a staus bar (apparently no matter what), and after coding, to get rid of and reformatting the view, I get a temporary (dirty) graphical problem when returning to the main view.
Of course, there is a way to stop the return of the figurine, so I do not need to set the bars back with the code? I set "off" to plist.
It is very strange! Greetings
source share