UIAlertView with Two TextFields and Two Buttons

后端 未结 5 818
星月不相逢
星月不相逢 2021-01-05 03:32

Problem - I want a UIAlertView which contains a Title, two textfields with placeholders and two buttons. What I have done till now - I have

5条回答
  •  时光取名叫无心
    2021-01-05 03:53

    y==400 is about the bottom of a phone screen. I imagine then, the UIAlertView that never expected to either have subviews added or it's frame set, reset's it's frame to be centered. Can you comment out that very last line and see what happens?

提交回复
热议问题