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
Swift's type system won't let you do this. The compiler can't guarantee that UIStackView and OAStackView are isomorphic, and there's no facility for ensuring it anyway.
Hey. This is not bug nor it is an issue. Rather a question someone in this project could answer.
Is there a way of creating a subclass that would use UIStackView or OAStackView as a superclass depending on ios version ?
something like that ? (this does not work)
Any ideas of achieving something similar ?
The text was updated successfully, but these errors were encountered: