mikefrederick / MFSideMenu

Facebook-like side menu for iOS
Other
1.17k stars 291 forks source link

Adjust child scroll view insets for status bar #163

Closed pnc closed 10 years ago

pnc commented 10 years ago

Here's a non-hardcoded fix for the overlapping status bar bug on iOS 7 (#153), applicable when the side view(s) are UIScrollViews or UITableViews. It properly adjusts the inset when the status bar changes for an ongoing telephone call.

I'd prefer to just pass the topLayoutGuide down to the children, but it's readonly.

mikefrederick commented 10 years ago

@pnc thanks for this, I have been neglecting this library, I will get this in soon.