Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interacting with a stackView created in Storyboard in code crashes #79

Open
m-levi opened this issue Feb 2, 2016 · 1 comment
Open

Comments

@m-levi
Copy link

m-levi commented Feb 2, 2016

I have an OAStackView that I created in my storyboard. In storyboard, I set the class to OAStackView, and set its constraints. I made an IBOutlet to this stackView in my code. In my code, when I try to edit any attributes of the stackView, like the distribution, or adding another view, the app crashes and gives me the following error:

-[UIView setDistribution:]: unrecognized selector sent to instance 0x155d6500

Not really sure what I'm doing wrong, any help would be greatly appreciated, Thanks!!

@zhorkov023
Copy link

Try to delete Module at Custom Class for OAStackView in InterfaceBuilder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants