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

Z order change by tap #27

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

yYaniv
Copy link

@yYaniv yYaniv commented Feb 15, 2017

Now if we have few subViews click on it will move selected view to the front.

* Enables move view to the front
*/

-(void)setMoveable:(BOOL)moveable;
Copy link
Owner

Choose a reason for hiding this comment

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

I think we should use a more clear term. "Move to front" or something like that.

@@ -47,6 +47,11 @@ - (CGRect)handle {
return [handleValue CGRectValue];
}

- (BOOL)moveable {
BOOL shouldMoveToFront = true;
Copy link
Owner

Choose a reason for hiding this comment

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

Uuuh... why?

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