2020年3月4日 星期三


2020年3月3日 星期二

iOS Label text 自動改變大小 dynamic type

字體大小對照表 https://codershigh.github.io/guidelines/ios/human-interface-guidelines/visual-design/typography/index.html# Label 1. 2. 3. iOS 10 label.font = UIFont.preferredFont(forTextStyle: .body) label.adjustsFontForContentSizeCategory = true 4. 自訂字體(iOS 11才有) let...

2020年3月2日 星期一

Unity documentation - iOS

基本iOS設定教學 https://docs.unity3d.com/2020.1/Documentation/Manual/class-PlayerSettingsiOS.html?_ga=2.19492400.926299560.1583219643-2141736023.1582625620 從Unity輸出Xcode project https://learn.unity.com/tutorial/how-to-publish-to-ios-2019-3?start=true#5e340dd8edbc2a0020fb3e44 ...