romaonthego / REMenu

Dropdown menu inspired by Vine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using cornerRadius and liveBlur doesn't clip background to cornerRadius

PGSeattle opened this issue · comments

not awesome
awesome

If I use both of these, the menu part is clipped/rounded, but the background container is not clipped/rounded.
_menu.cornerRadius = 12.0f
_menu.liveBlur = YES;

  • The liveBlur effect looks awesome...thank you! I just want to be able to use it and have rounded corners.