-
Notifications
You must be signed in to change notification settings - Fork 71
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
z-index attribute #2
Comments
Could you describe more details about your job? |
for more situation, we want to make a view above or under below to another view. |
I see. I will think of implementing this feature, but you would better not expect it. |
这个特性很重要,希望能支持啊 |
@llh2010 To add z-index feature needs enumerate each view's z-index property and sort them by comparing them then bring them to front one by one, you'd better use [UIView bringSubviewToFront] instead, it's also a pretty solution. |
hi sir.
can this library support z-index attribute on next version?
it will make it more easy to do some lively works
The text was updated successfully, but these errors were encountered: