我正在使用SWRevealViewController来加载前视图和后视图。截至目前,默认行为是刷前视图时,后视图显示在前视图下方。这使得后视图的某些部分隐藏在前视图后面。
如图所示,后视图中的文本框被截断。有没有办法在前视图顶部显示后视图?这意味着在从左向右滑动屏幕时,前视图不会向右移动。相反,后视图应出现在前视图的顶部。欢迎任何帮助。
答案 0 :(得分:0)
在SWRevealViewController.m文件中有一个方法
- (void)_initDefaultProperties
在此方法中有一个变量名称
_rearViewRevealWidth = 220.0f;//change value and make it screen width.
_rightViewRevealWidth = 320.0f;//change value and make it screen width.