Touch event missing when pushing new view
        Posted  
        
            by Milu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Milu
        
        
        
        Published on 2010-04-08T08:41:01Z
        Indexed on 
            2010/04/08
            8:43 UTC
        
        
        Read the original article
        Hit count: 283
        
touches
|navigationcontroller
Hello, I am new in iPhone programming. At the moment I am trying to recognize a constant touch. For example I want the user to leave his finger on the screen for the whole application.
I use a navigationcontroller which holds the different views. If the user now touches the screen in view1 and then the view is changed to view2 by pushing it on the stack (with pushviewcontroller) with still touching the screen then there are no touch events recognized by view2. If the user then releases his finger (no touch event) and touches the screen again then all events are recognized. Is this a bug or am I doing something totally wrong?
I haven't found any answer on this. Could someone help me?
© Stack Overflow or respective owner