We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to write a UIButton and layout with Masonry it does not work! Who can look up in my code, it happen to crash while running!
Here:
add a UIImageView to cell.contentView
--local weakSelf = self button:masUNDERxLINEmakeConstraints( toblock(
function(make) make:left():masUNDERxLINEequalTo(self:contentView()) make:top():masUNDERxLINEequalTo(self:contentView()) make:right():masUNDERxLINEequalTo(self:contentView()) make:height():masUNDERxLINEequalTo(50) end,{"void","id"} ) )
The text was updated successfully, but these errors were encountered:
You might get a better answer in https://github.com/alibaba/wax, they are now maintaining wax.
Sorry, something went wrong.
No branches or pull requests
When I try to write a UIButton and layout with Masonry it does not work! Who can look up in my code, it happen to crash while running!
Here:
add a UIImageView to cell.contentView
--local weakSelf = self
button:masUNDERxLINEmakeConstraints(
toblock(
The text was updated successfully, but these errors were encountered: