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
Hey I'm thinking about adding the bringSubviewToFront and sendSubviewToBack methods to RMQ. Would this file be the place to do it?
bringSubviewToFront
sendSubviewToBack
The text was updated successfully, but these errors were encountered:
Question: When would you call this? From an RMQ selection or from a styler?
If your syntax is something like this: rmq(UILabel).to_front then I'd say yes.
rmq(UILabel).to_front
Sorry, something went wrong.
I'd say rmq(my_view).to_front.
rmq(my_view).to_front
+1, make is so. And yeah Carlin, that file would be good. Actually the subviews file would be better as you're actually moving subviews around.
👍 @carlinisaacson, make this happen Monday! :)
No branches or pull requests
Hey I'm thinking about adding the
bringSubviewToFront
andsendSubviewToBack
methods to RMQ. Would this file be the place to do it?The text was updated successfully, but these errors were encountered: