iPhone sdk, at dismissModalViewcontrollerAnimated, the parent change y origin coordinate

Posted by DigitalVanilla on Stack Overflow See other posts from Stack Overflow or by DigitalVanilla
Published on 2010-03-16T15:58:17Z Indexed on 2010/03/17 7:51 UTC
Read the original article Hit count: 430

Filed under:
|
|

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!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about SDK