sarn
sarn
Yes I do.
@Augustyniak Thanks for the update, I verified with `1.0.3` and still see the same thing. My test uses only a few items without any childs to make things simple. Simple...
You are right, there is a scrolling issue with 3 or less cells. Did you already found a solution to fix it?
Any solution for this?
I confirm as well. Same behavior.
If I set the `setShowsStatusBarBackgroundView` to `YES` it works as expected. But I can't use this because I want a transparent status bar. After digging a bit into the method...
@fraserscottmorrison Your workaround pointed me to a solution that works for me as well. I set `self.navigationController.navigationBar.translucent = NO;` in my leftDrawerViewController's `viewDidLoad` method. Then I set it back to...