Skip to content

Changing menuRadius after initmoves bubble pivot #2

@shrugs

Description

@shrugs

Changing menuRadius after initializing the LIVBubbleMenu makes weird stuff happen because the frame is not recomputed. To fix, you'd need a custom setter that recomputes frame. This is not a critical bug, though, because the menuRadius can be set during initialization.

bubbleMenu = [[LIVBubbleMenu alloc] initWithPoint:somePoint radius:75.0f menuItems:self.images inView:self.view];
bubbleMenu.menuRadius = 100.0f;
[bubbleMenu show];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions