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
When using DisplaySwitcher in an Objective-C project the init method on DisplaySwitchLayout is public init(staticCellHeight: CGFloat, nextLayoutStaticCellHeight: CGFloat, layoutState: LayoutState) is not available to Obj-C code. The only init method is initWithCoder.
Using Xcode version 8.0 (8A218a) and macOS 10.12. iOS deployment target 10.0.
The text was updated successfully, but these errors were encountered:
When using DisplaySwitcher in an Objective-C project the init method on DisplaySwitchLayout is
public init(staticCellHeight: CGFloat, nextLayoutStaticCellHeight: CGFloat, layoutState: LayoutState)
is not available to Obj-C code. The only init method is initWithCoder.Using Xcode version 8.0 (8A218a) and macOS 10.12. iOS deployment target 10.0.
The text was updated successfully, but these errors were encountered: