showing a subview in another view at given point on the screen with animation
        Posted  
        
            by alexeyndru
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by alexeyndru
        
        
        
        Published on 2010-03-26T11:44:22Z
        Indexed on 
            2010/03/26
            12:13 UTC
        
        
        Read the original article
        Hit count: 284
        
objective-c
|xcode
Hi everyone,
I would like to make a subview appear at a requested point on screen. ex: i tap at (200,200) , my subview appears with animation under the point tapped. i know how to get the point , but I don't know how to make this subview appear right there at that point.
Thanks!
© Stack Overflow or respective owner