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 :]
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 :]