tableview目前做了一個段落,這次來實作如何使用與自訂Segue
這部分分成三個階段:
- 建立一個新的Navigation Controller 與 View Controller
- 建立一個新的 Class 並與 View Controller 連結
- 將自訂的類別加入對應的變數 ( code )
首先 先開啟之前做的 Food Pin project
點選 Xcode 中 Editor -> Embedin -> Navigation Controller,並且在 Attributes inspector 將標題(Navigation Item)改為 Food Pin 。
拖曳一個新的 View Controller並且新增一個 image view。
加入間距約束條件,並且 在 Content Mode 將 Scale -> Aspect Fill
按住 Ctrl ,點選 Prototype Cell 拖曳到 View Controller
或者你也可以在文件大綱,按住 Ctrl 點選 Cell拖曳至 View Controller。
並且在彈出的視窗 Selection Segue 選擇 Show 。
建立一個新的 Class
將剛剛建立的 “**Restaurant Detail View Controller **” 與 這個 Class結合
到目前為止都還不錯,試著跑simulator 看看狀況如何