-
Notifications
You must be signed in to change notification settings - Fork 608
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
Multiple button support? #19
Comments
Hi,
|
Could this only be achieved with EKAlertMessageView? |
That's an interesting point. buttonBarView.expand()
buttonBarView.layoutIfNeeded() I should move the |
Right, I was using the UI debugger on Xcode and setting the EKAttributes from attributes.positionConstraints.size = .init(width: .offset(value: 20), height: .intrinsic) to attributes.positionConstraints.size = .init(width: .offset(value: 20), height: EKAttributes.PositionConstraints.Edge.constant(value: 100)) displays the buttons, but not vertically stacked with a third button. Also, using buttonBarView.expand() logs this error: 'expand' is inaccessible due to 'internal' protection level For now, because this project supports custom XIBS, I think I'm just going to do that for multiple buttons. 👍 |
By the way, I think this is the best presentation libraries out there on this planet 👍 |
Thanks a lot! ^^ |
I revised EKButtonBarView's |
@HackShitUp |
@huri000 can I see an example of this please |
@Smiller193 - The example project contains everything you need to know. :-) |
@huri000 even with the multiple button support |
I just want a center popup example with multiple buttons |
@huri000 I see the example with one button but not two |
Have you tried the Service Rating preset? |
umm let me try |
@huri000 I think if you could provide an example in the README, it could really help out |
That’s a good idea 💡
I’m aware that some of the abilities of the libraries are not clear enough
to users. But its Readme has just became too large to be added with
additional information. I plan to build a Wiki for the presets and their
any additional stuff.
…On Mon, 14 Jan 2019 at 21:41 Joshua M. Choi ***@***.***> wrote:
@huri000 <https://github.com/huri000> I think if you could provide an
example in the README, it could really help out
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFP8_8FZ6SYxgU8ITnSs7kRH4msiScOcks5vDN16gaJpZM4UJ4BF>
.
|
@huri000 I am new to Swift and was trying to use your Library, what I was trying to achieve is the same thing which @HackShitUp was trying to accomplish, multiple buttons in the EKPopUpmessage. Please help how to accomplish this, I am ClueLess, if there is any example, it would be much Helpful. Thanks. |
still not any solution |
Is there a way to display multiple buttons on top of each other in such a way that they're stacked in the view? I briefly saw the documentation and saw that action-methods are supported, but how would one pass n-number of buttons, each with different delegate methods?
The text was updated successfully, but these errors were encountered: