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.
我有一个可见的 UINavigationBar。当我将此元素移出屏幕时,下面的区域不再接受触摸。
知道为什么会发生这种情况以及如何解决吗?
当您navigationBar通过设置自定义frame来移动它时,您是否更改frame了 contentView 的UINavigationController?
navigationBar
frame
UINavigationController
如果没有,则navigationBar可能会看到下面的部分,但不在navigationControllercontentView 内,因此不会检测到对其的触摸。
navigationController