Skip to content

Add '@dynamic delegate' to RichTextEditorToolbar.m #57

@grgcombs

Description

@grgcombs

RichTextEditorToolbar is a subclass of UIScrollView -- both define their own 'delegate' property and so we get compiler warnings due to assumptions about auto-synthesis of the property.

Please add the following to the RichTextEditorToolbar implementation:

@implementation RichTextEditorToolbar

@dynamic delegate;

// .....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions