#1 Storyboard 咖啡館Menu介紹

使用Storyboard製作的App

利用App icon Generator 網站輕鬆製作icon。

使用 segue 串接頁面。

利用navigation controller 讓畫面有階層。

使用tab bar controller來分類。

使用 table view controller with static cells製作表單。

使用 text view 可點選網頁連結、電話連結。

在User Defined Runtime Attributes手動輸入layer.cornerRadius讓view有圓角。

在User Defined Runtime Attributes手動輸入contentSize讓scroll view有左右捲動效果。

--

--