Skip to content

Xcode bug renders ResourceStatusOverlay & ResourceImageView unusable in storyboards #4

Open
@pcantrell

Description

@pcantrell

Swift framework classes with an @objc(Name) annotation are not usable under either the Swift name or the Obj-C name within a storyboard.

The current workaround is to define a dummy subclass in the project using Siesta:

class ResourceStatusOverlay: Siesta.ResourceStatusOverlay { }

The storyboard can now see that class.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions