You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Siesta 1.0b8 + Xcode 7.3.1, the simple subclass workaround above no longer works.
It is possible to create a project-local subclass in Objective-C that works. However, Siesta should just drop the BOS prefix for the Obj-C version of ResourceStatusOverlay, which will prevent Siesta from exposing this Apple bug in the first place. Targeting 1.0b9 for this.
pcantrell
changed the title
XC7 bug renders ResourceStatusOverlay & ResourceImageView unusable in storyboards
Xcode bug renders ResourceStatusOverlay & ResourceImageView unusable in storyboards
Dec 24, 2017
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:
The storyboard can now see that class.
The text was updated successfully, but these errors were encountered: