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 上使用 UISplitViewController 并希望覆盖它的行为。当用户点击栏按钮时,屏幕左侧有幻灯片菜单。但它与细节视图控制器重叠。我可以让它在菜单出现时详细视图控制器缩小动画并在菜单消失时展开吗?
我不认为这本身就是可能的,所以我想到了两种方法
1 - 尝试和错误:研究拆分委托调用以查看何时应该缩小细节中的内容并对其进行调整,直到看起来平滑
2 - 创建您自己的“拆分”控制器并自行调整大小/呈现