-
Notifications
You must be signed in to change notification settings - Fork 658
left/rightView autosizing #94
Comments
I get the same problem... |
I'm new to PKRevealController. I assumed after digging around the |
this was happening for me until I realised that the default width ranges for the left and right views are set in a method that gets called when the reveal controller's view is loaded. I am submitting a pull request to pkluz to fix this issue. |
Can you link the pull request? |
What are the new navigation controller properties? |
I've been also experiencing this. For me, I have a UITableViewController within a UINavigationController as my leftViewController. However upon revealing it, the rightmost UIBarButtonItem is cut off from the frontviewController. I'd like to see the entire leftviewcontroller without having to enter presentation mode. I looked at idlepixel's 101 pull request, but i Don't anything there to fix this problem. Can anyone lead me to a solution? |
I believe I have a similar issue. My left view seems to be as wide as the whole screen, and thus obscured by the front view controller when shown. Note that I am calling Any workarounds? |
Hi! I had the same issue, so I created a pull request to fix it. It sets the with of the left and right views to the values returned by |
I can't seem to figured out the autosizing. I've tried setting
minWidth
andmaxWidth
without luck.In my case, the left view controller is a table view. By default the disclosure indicators are behind the front view controller unless I enter presentation mode. In which case the entire left view controller is visible.
The desired experience would be that the left view is sized correctly at all times. So the disclosures appear in both reveal and presentation mode.
I can get it to work in one or the other modes, but not both with the appropriate animated transition. View the current Facebook app for a UX reference. There seems to be a lot of code, it's possible this functionality exists. However, an example would be appreciated.
The text was updated successfully, but these errors were encountered: