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.
简单的问题,我想。每当我在我的视图控制器、情节提要中添加一个对象(例如按钮)时,它就会填满设备的所有屏幕。想不通为什么。
有什么建议吗?
您没有直接将 UIButton 添加到 UIViewController ,对吗?您首先需要在控制器上添加一个 UIView,然后将对象添加到该视图。