Oracle VM VirtualBox 安裝教學 (Windows 環境) 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 10月 22, 2016 1.於VirtualBox官網, 下載最新版本 for Windows hosts 2.下載完成後, 點擊exe進行安裝 開始安裝,點選Next 客製化設定: 設定安裝位置與要安裝的元件, 這邊使用預設值, 選Next 客製化設定: 是否建立快捷, 檔案關聯等, 可自行選擇 這裡說明在安裝過程中網路會暫時的斷線, 選YES 要準備安裝啦, 選Install 安裝完成 此外可以下載Extension Pack, 可支援USB2.0 與USB 3.0 取得連結 Facebook X Pinterest 以電子郵件傳送 其他應用程式 留言
Swift - 使用Realm (4) 如何讓你的id 自動增加 (auto increment) 8月 05, 2018 本篇摘要 Realm implement auto increment 閱讀完整內容
Swift - 自訂navigation bar style 9月 29, 2018 想要客製化你的navigation bar可以設定UINavigationBar appearance 改變Navigation Bar color 在自訂你的navigation bar 顏色前先來用一張圖大致了解appearance 屬性會影響什麼. 如下圖: ( 出自apple developer ) barTintColor: 影響bar的背景色 tintColor: 影響back item, button item tittle和button item image顏色 接著來實作看看: 將navigation bar 的背景色改為紅色 => barTintColor 將navigation item顏色改為綠色 => tintColor 為了讓所有ViewController都套用這個設定,必須將code寫在 AppDelegate.swift 改變navigation bar title 顏色 根據第一張圖要改變navigation title color要使用的是 title Text Attributes 屬性 使用 NSAttributed String Key的 foreground Color 來設定title的顏色 實作:將navigation bar title color改為藍色 想了解更多 NSAttributed String Key: https://developer.apple.com/documentation/foundation/nsattributedstringkey 想了解更多UINavigationBar: https://developer.apple.com/documentation/uikit/uinavigationbar#1654191 閱讀完整內容
留言
張貼留言