UITableViewController and UITextField keyboard

后端 未结 3 751
-上瘾入骨i
-上瘾入骨i 2021-02-08 12:31

I have a UITableViewController with a grouped static UITableView. I am defining the cells for my static table view on the storyboard. One of the cells has a textfield in it. Whe

3条回答
  •  离开以前
    2021-02-08 13:02

    For Swift

    override func viewWillAppear(animated: Bool) {
    
       super.viewWillAppear(animated)
    
    }
    

提交回复
热议问题