-
Notifications
You must be signed in to change notification settings - Fork 1
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
Make it possible to set padding and width to AlertViewController with a custom view #8
Comments
Hello @fhucho ! Can you please describe issue in more detail? |
Hi @devpolant, I'm trying to to create a native-looking dialog with these requirements:
|
ok, got your idea. Do you have UI design for it? Maybe you can attach screenshot of the required alert if it is possible. |
Yeah, sure, it should look similar to this: This was designed for Android so it doesn't have to look exactly like this. The shadow, background, corner radius and fonts should be adjusted to look native on iOS. |
So... what do you think? :) |
@fhucho It doesn't look as native alert. The main purpose of this pod is to provide customisable but native appearance at first. Native alert doesn't have such UI elements like in your design:
I think it's possible to make the following updates:
As a solution we can try to pass |
True, it doesn't look native. What I'm trying to do is to make it look more native by adjusting the animation, shadow, background color and corner radius. This design doesn't have any action buttons, it just contains a header and a scollable list of items. Also, depends on how you define native, it could be argued that any customization outside of what's possible natively is not native. Regarding the suggested solution - would my custom view have to include a native-looking background and shadow? |
No description provided.
The text was updated successfully, but these errors were encountered: