Open
Description
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.