How to implement a UIViewAutoresizingFlexibleHeight to a UIScrollView using Objective C in iPhone SD
        Posted  
        
            by AppleHack23
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by AppleHack23
        
        
        
        Published on 2010-05-15T19:01:14Z
        Indexed on 
            2010/05/15
            19:04 UTC
        
        
        Read the original article
        Hit count: 210
        
Hello, I'm working on multiple applications for my school. I just need this last bit of code and I was wondering how I could implement a UIViewAutoresizingFlexibleHeight into the app for each textfield. What this does is it makes the textfield pop above the keyboard, rather than over lapping it. I have already implemented a UIScrollView, so if someone on here could be pretty descriptive, or post a link to a video, that would be well appreciated. I am new to coding. Thanks very much!!!!
© Stack Overflow or respective owner