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.
当您在 iPad 上加载视图时,它往往会填满整个屏幕。
有没有办法在 iPad 上创建“可拖动的窗口视图”?
你绝对可以通过实现各种UIResponder触摸方法来做到这一点,但我提醒你不要使用这种方法,因为可移动窗口在 iPad 上不会真正有宾至如归的感觉。不过,祝你好运。
UIResponder