-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drawer size not correct on iphone4s #8
Comments
hmm, I'll see if I can find an old device and have a look. |
I update my iphone4s os version from 7.1 to 8.4. Maybe it's a bug of os 7.1 version? thanks to your nice project |
that would be why, the deployment target must be 8.0+ |
what should i do if i want to run on 7+? |
You could look at the project that KGFloatingDrawer was based on https://github.com/JVillella/JVFloatingDrawer. The deployment target for this is iOS 7. |
Thank you , but i am a newbee on swift, and not familiar with obj-c. I try to fix this with code bellow, and looks like work fine
|
when i run KGFloatingDrawer app on my iphone4s,
drawer only show parts of it, about 1/3.
on iphone6 is ok.
simulator iphone4s is also ok.
sorry for my poor english.
The text was updated successfully, but these errors were encountered: