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

Change Request #3

Open
zeeshankhan opened this issue Jul 15, 2012 · 2 comments
Open

Change Request #3

zeeshankhan opened this issue Jul 15, 2012 · 2 comments

Comments

@zeeshankhan
Copy link

Hi @ShadyElyaski,

I was trying to rotate your control by 90 degree but its not working. I have tried using
filter.layer.transform = CATransform3DRotate( CATransform3DIdentity,-1.57079633,0,0,1);
and
filter.transform = CGAffineTransformMakeRotation(M_PI/2);.

I have a wide length of text to display, which is not accommodating on this control so i thought of rotating it.
It would be great to see this change. Let me know your thoughts on this.

Thanks :]

@ZuzooVn
Copy link

ZuzooVn commented Nov 22, 2012

Have filterValueChanged be called 2 time in one change?.

this is my code:

-(void)filterValueChanged:(SEFilterControl *) sender{
NSLog(@"%@", [NSString stringWithFormat:@"%d", sender.SelectedIndex]);
}

and one time, i see 0 0 or 1 1 or 2 2 .....

@ieliwb
Copy link

ieliwb commented Jan 4, 2013

Have filterValueChanged be called 2 time in one change?.

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

No branches or pull requests

3 participants