JaNd3r/CKCircleMenuView

Only the visible icon responds to touches in tap mode

Closed this issue · 0 comments

When not in tap mode the whole CKRoundView is used to determine wether the gesture moved in or out, so the user does not have to hit the icon exactly. In tap mode the containing UIButton is used to react to tap events. This button's size fits the provided icon image. This makes it hard to tap the button if the provided image is small in size.