dogo / SCLAlertView

Beautiful animated Alert View. Written in Objective-C
MIT License
3.5k stars 534 forks source link

Custom Views generated few seconds after alert is displayed, are stacking up on each other #234

Closed vidurgupta01 closed 6 years ago

vidurgupta01 commented 7 years ago
Include the following:
Expected Result

I tried to programmatically add more views to my alert view. The views are my custom views, and they are being generated from data coming from a HTTP request. For some reason, my view is coming on top of the original text.

Actual Result

It is supposed to come on the bottom. When I generate my custom views right after the alert is shown to the screen, the views come on the bottom of the previous one, as expected. However with a small delay, it goes on top of each other.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.