我在Objective c中使用SwRevealViewController进行幻灯片菜单。
在MenuViewController.m文件中,我使用的是一个uiview,如下图所示
ios - SwReveal View 幻灯片菜单中的MenuViewController不在中心对齐-LMLPHP

但是在模拟器中,它看起来像下面的样子。即它不会出现在中心。
而我的uilabel和uiimagesview的约束在水平居中Allign中。
ios - SwReveal View 幻灯片菜单中的MenuViewController不在中心对齐-LMLPHP

最佳答案

MenuViewController的LayoutSubviews中遍历框架,自定义自己

关于ios - SwReveal View 幻灯片菜单中的MenuViewController不在中心对齐,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/42454286/

10-09 17:09