BTNavigationDropdownMenu v0.7 Release Notes
Release Date: 2020-11-16 // almost 3 years ago-
Compatible with Swift 5 and Xcode 10.2+
🛠 Fixed
- ⚡️ Update deprecated index(of:) to firstIndex(of:) (#156)
- ✂ Remove ImplicitlyUnwrappedOptional to be compatible with Swift 5.
👌 Improved
- ⚡️ Update project configuration to be compatible with Swift 5 and Xcode 10.2+
- 0️⃣ Use system font as default value of
navigationBarTitleFont
.
Previous changes from v0.6
-
- 🔀 Merged PR #145: Carthage support.