UiTextField events
        Posted  
        
            by Mike
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mike
        
        
        
        Published on 2010-04-07T16:04:02Z
        Indexed on 
            2010/04/07
            17:23 UTC
        
        
        Read the original article
        Hit count: 610
        
When I create UITextField inside Interface Builder, I can access Events tab for it, which has events like Value changed, Touch cancel, Touch drag, etc. I can assign my own methods to every of those events. How can I do the same, when I create UITextField programmatically with alloc?
© Stack Overflow or respective owner