点击查看图片MY sw_rear

跑步时

点击查看图片Space is 1/3 of display

但我想设置空间为显示的5/6

最佳答案

您可以在rearViewRevealWidth中更改SWL的use属性的宽度

//因此,当边界更改时,显示的frontView宽度保持不变,而不是向后或向右宽度。
@property(非原子)CGFloat RearViewRevealWidth;

Objective-C

revealViewController.rearViewRevealWidth=self.view.frame.size.width-100.0f; //customize the width/space
迅捷
revealViewController!.rearViewRevealWidth=self.view.frame.size.width-100 //customize the width/space

关于ios - 如何设置sw_rear和右边缘SWRevealViewController的空间,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/33689473/

10-12 03:45