Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有一个 .xib 文件的视图控制器
在某些特定的按钮操作上,我需要用按钮加载视图控制器,而在其他一些按钮操作上,我需要用文本字段加载视图。我可以用单个 xib 做到这一点吗?
有两个UIViews。添加UITextField到一个UIView,说tView。最初使 tView 隐藏。在另一个UIView,比如mView中,添加UIButtons. 当调用特定按钮操作时,取消隐藏tView并隐藏mView。希望这是你的要求!!
UIView
UITextField
UIButton