exyte / fan-menu

Menu with a circular layout based on Macaw
MIT License
728 stars 58 forks source link

Allowing buttons to show outside view #50

Closed kier70 closed 4 years ago

kier70 commented 5 years ago

I have the following

swift node.place = Transform.move( dx: Double(self.frame.width) / 2, dy: Double(self.frame.height) + 100 )

which takes the fanMenu.button outside the view but is not shown. Is there a method to allow it show - I looked at clip to bounds with no luck.

shipinev commented 5 years ago

Hey @kier70. Could you please attach an example project? It's quite hard to understand the issue with code listing you provided.