rnystrom / RNFrostedSidebar

A Control Center-esque control with blurred background and toggle animations.
MIT License
2.12k stars 340 forks source link

Change size of View. #3

Closed martingodec closed 11 years ago

martingodec commented 11 years ago

Good morning. I would like to know how I can change the size of the view, as I have this problem. I am using Xcode 5, and running IOS 7. img_3224

Thank you.

zzz6519003 commented 11 years ago

i don't get it.... please explain more~~~

martingodec commented 11 years ago

The problem I have is this. I put the driver and everything works perfectly, the problem I have is that I can not make the icons disappear at the height of NavogationBar. I do not speak good English, sorry for not being able to express myself well.

rnystrom commented 11 years ago

Which view are you presenting the control in?

rnystrom commented 11 years ago

Another possible solution, try using -showInViewController: and displaying the control in your VC and not in the nav controller.

I'll be removing this in a week if its dead.