I am a beginner in Swift and I have a PopUp on a screen that lists some items, I would like to know how I do when to open the keyboard the PopUp resize, without the keyboard overlapping it. Thanks, I hope someone can help. enter image description here
            Asked
            
        
        
            Active
            
        
            Viewed 111 times
        
    1 Answers
0
            
            
        use notification to get event when keyboard opens or hides. In that appropriate event, you can resize popup screen.
https://stackoverflow.com/a/27135992/8358956 this answer can be helpful to you.
 
    
    
        Sharad Paghadal
        
- 2,089
- 15
- 29

