标签: ios xcode
我在xcode中使用“SWRevealViewController”。我在iPhone中获得侧边栏但我想在菜单打开时调整前视图的高度。我怎么样?
我正在使用此代码:
_frontView.frame = CGRectMake(xPosition, bounds.size.height/6 , bounds.size.width, bounds.size.height/1.5);