문제

I want to build a UI with textfields.

I need two textfields appear in a "panel" and I have control of that "panel" to have it display or not display. How can I make that?

도움이 되었습니까?

해결책

You can add the two text fields to a view, then implement the current view controller to present a modal view controller on some event (perhaps a button click)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top