2.輸入專案名稱
3.選擇專案儲存位置
4.打開 .h file , 輸入程式,如附圖,並使用 UITextFieldDelegate , 讓在完成Text Edit後,能自動關閉螢幕鍵盤
5.打開 .m file , 建立一個 static function , return UIViewController , 並在此function寫入想要產生的元件的 code , 如附圖
6.在預設的 ApplicationDelegate 的 didFinishLaunchingWithOptions event 呼叫剛剛寫的 static function
7.再實作 UITextFieldDelegate 的 function : textFieldShouldReturn , 控制完成Text Edit後,能自動關閉螢幕鍵盤
8.來看一下執行結果吧