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

Add full Stackable functionality for UIStackView derivatives #32

Merged
merged 8 commits into from
Dec 1, 2021

Conversation

colejd
Copy link
Contributor

@colejd colejd commented Nov 30, 2021

Right now, if you make a class deriving from UIStackView, you don't get full Stackable functionality on it, as the various extensions in this library only apply to UIStackViews. This PR fixes this issue.

Additionally, I wrote tests to support the development of this PR. To that end, I've added the test files as a target in the package itself. Because this gives us an easy point of entry for testing from the command line, I've also added automated testing via GitHub Actions.

@colejd colejd self-assigned this Nov 30, 2021
@colejd colejd changed the title Improve inheritance experience Add full Stackable functionality for UIStackView derivatives Nov 30, 2021
Copy link

@chrisballinger chrisballinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah great catch!

@colejd colejd merged commit 22b6e18 into develop Dec 1, 2021
@colejd
Copy link
Contributor Author

colejd commented Dec 1, 2021

Thanks @heyltsjay and @chrisballinger!

@colejd colejd deleted the colejd/improve-inheritance-experience branch December 1, 2021 19:07
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

Successfully merging this pull request may close these issues.

2 participants