I want a Panel that contains colors to be a UIVisualEffectView. So, blur background and buttons. Like this:
Should I create a ColorPanelView
class that extends UIVisualEffectView (or UIView?) or a ColorPanel
class that uses a UIVisualEffectView?
What are the differences and which way is better?