hfossli / AGWindowView

Add as many UIView's to UIWindow as you want. Specify the orientation or just follow the status bar.
Other
230 stars 30 forks source link

Added AGHitTestDelegate to be able to override hitTest: method and pass touches to views below #11

Closed burczyk closed 10 years ago

burczyk commented 10 years ago

Now I can display transparent fullscreen UIView with smaller UIView that covers e.g. only tab bar or navigation bar and touches are passed to subviews.

hfossli commented 10 years ago

I did like this: https://github.com/hfossli/AGWindowView/commit/d48d2d955e7b8fe50adab5bb5237ba5ee7fbe851

Anyone who needs more advanced can subclass or fork :) I prefer keeping it simple

hfossli commented 10 years ago

Thanks for contributing!

burczyk commented 10 years ago

No problem, I'm glad I could have helped :)