AlertToast icon indicating copy to clipboard operation
AlertToast copied to clipboard

Background opacity of View when AlertToast type hud

Open toseefkhilji opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like I required to set my View should dim background when AlertToast type hud presented.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context I want to achieve something like below Screenshot 2021-02-18 at 11 07 59

toseefkhilji avatar Mar 23 '22 09:03 toseefkhilji

#41 You can use this repository for this feature. alert-dismiss-mode-and-background

egehankalayci avatar Mar 23 '22 23:03 egehankalayci

Hey @toseefkhilji , You can achieve this kind of design when adding the style parameter and changing the background color.

AlertToast(displayMode: .alert, type: .regular, title: "Hello World!", style: .style(backgroundColor: .white))

elai950 avatar Jan 31 '23 09:01 elai950

@elai950 : Thanks

toseefkhilji avatar Mar 20 '23 08:03 toseefkhilji