【发布时间】:2020-11-30 21:30:27
【问题描述】:
当点击 textField 时,我想将 UIView 向上移动。我已经创建了我的 textField 的操作。是否可以在情节提要中使用偏移量?
@IBAction func didBeginMove(_ sender: CurrencyField) {
}
【问题讨论】:
-
我想,这个问题是重复的stackoverflow.com/questions/25693130/…
标签: swift xcode uiview storyboard move