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

Horizontal Expand #18

Open
kbhatt968 opened this issue Dec 1, 2015 · 5 comments
Open

Horizontal Expand #18

kbhatt968 opened this issue Dec 1, 2015 · 5 comments

Comments

@kbhatt968
Copy link

how to show buttons horizontally

@Friend-LGA
Copy link
Owner

Right now, no way

@kbhatt968
Copy link
Author

Can you please guide me any other Custom Library or any refrence

@Friend-LGA
Copy link
Owner

I do not know any other libraries. But you can try to add LGPlusButtonsView without descriptions, make transform to rotate it on 90* and set offset to get right position.

It's not simple and right way, but you can try it, if you want.

@kbhatt968
Copy link
Author

Can you please guide me where I need to make the rotate

@Friend-LGA
Copy link
Owner

I am not sure, you need to test it, but something like:

#define kDegreesToRadians(d) ((d) * M_PI / 180)

LGPLusButtonsView *plusButtonsView = [LGPLu...
plusButtonsView.transform = CGAffineTransformMakeRotation(kDegreesToRadians(45));
[self.view addSubview plusButtonsView];

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

2 participants