In my iPhone application I have the a Default.png
image that appears when the app is loading. When my app is loaded the first view that appears is embedded in a Tab Bar Controller and a Navigation controller. I have an UIImageView
on the first view that you see - basically I would like to keep it that the ImageView image stays in the exact same position as the default.png
. When the view appears it is getting resized and moved up/down by the nav bar & tab bar, can I avoid that?
Is what I'm trying to achieve possible?
I hope my point is clear, it's kinda of awkward to explain.