iPhone sdk, at dismissModalViewcontrollerAnimated, the parent change y origin coordinate
- by DigitalVanilla
Hi guys,
my first post here :)
I'm having a small trouble with a small but boring problem.
I have a view, with a NavigationController. I load in the NC a simple view.
Inside this view there's abutton where I fire the presentModalView... in the main view,
not on NC, but it's parent view:
ABVIEW NC NEWVIEW
new attach a presentModalView... on ABVIEW, so [abview present...];
No problem till now. When it's the time to dismiss, after the temporary window (let's calls it NOTES) disappear, my ABVIEW with all the subviews change Y position from 0 to 20, the same
height of the status bar. I was looking everywhere and I'm sure it's a stupid thing, but I miss a bit of knowledge here and I have no idea where to find the solution.
thanks in advance!