aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

ViewController & Slider move up when statusbar show #207

Open Junyi1227 opened 8 years ago

Junyi1227 commented 8 years ago

ViewController & Slider move up when Slider open in statusbar showing. Sample code have same bug when statusbar show. s__5767252

Kernelzero commented 8 years ago

why your statusbar line is double?

Junyi1227 commented 8 years ago

hot spotpoint

Kernelzero commented 8 years ago

this page will be help you https://developer.apple.com/library/ios/qa/qa1797/_index.html

Junyi1227 commented 8 years ago

I don't get it...

Junyi1227 commented 8 years ago

comment rect.origin.y = 0
It's OK

SCLDev commented 8 years ago

I think what @Kernelzero is saying is that you need to make sure that your code is not being covered by the status bar, and has nicely provided the link to how to fix it. I (and judging by how many times I've seen this, even in apple's own apps) generally have a lot of issues with the status bar expanding (for when in call, recording audio, and hotspot). Does your issue with this library occur when you're not hotspotting?

Kernelzero commented 8 years ago

ps: apple's developer site does not open without safari browser.

xjuni0r87 commented 8 years ago

@Junyi1227 great! thank you.