|
1 |
| -### Swift 5 is coming soon. |
2 |
| - |
3 |
| ---- |
4 |
| - |
5 | 1 | 
|
6 | 2 |
|
7 | 3 | [](http://cocoadocs.org/docsets/BTNavigationDropdownMenu/)
|
@@ -40,7 +36,7 @@ $ brew install carthage
|
40 | 36 | To integrate BTNavigationDropdownMenu into your Xcode project using Carthage, specify it in your `Cartfile`:
|
41 | 37 |
|
42 | 38 | ```ogdl
|
43 |
| -github "PhamBaTho/BTNavigationDropdownMenu" ~> 0.5 |
| 39 | +github "PhamBaTho/BTNavigationDropdownMenu" ~> 0.7 |
44 | 40 | ```
|
45 | 41 |
|
46 | 42 | Run `carthage update` to build the framework and drag the built `BTNavigationDropdownMenu.framework` into your Xcode project.
|
@@ -96,9 +92,9 @@ First, assign the items and frame for the dropdown menu. Then, customize the loo
|
96 | 92 |
|
97 | 93 | `cellTextLabelColor` **- Text color inside of the cell** *Default is darkGrayColor()*
|
98 | 94 |
|
99 |
| -`cellTextLabelFont` **- Font inside the cell** *Default is HelveticaNeue-Bold, size 17* |
| 95 | +`cellTextLabelFont` **- Font inside the cell** *Default is bold system font, size 17* |
100 | 96 |
|
101 |
| -`navigationBarTitleFont` **- Navigation bar title font** *Default is HelveticaNeue-Bold, size 17* |
| 97 | +`navigationBarTitleFont` **- Navigation bar title font** *Default is vold system font, size 17* |
102 | 98 |
|
103 | 99 | `cellTextLabelAlignment` **- Text alignment inside of the cell** *Default is .Left*
|
104 | 100 |
|
@@ -127,8 +123,7 @@ First, assign the items and frame for the dropdown menu. Then, customize the loo
|
127 | 123 | `arrowTintColor` **- Tint color of the arrow.** *Default is whiteColor()*
|
128 | 124 |
|
129 | 125 | ## Requirement
|
130 |
| -- iOS 8.0+ (CocoaPods with Swift support will only work on iOS 8.0+. Alternatively, you will have to import library manually to your project) |
131 |
| -- Xcode 8.0+, Swift 3.0+ |
| 126 | +- iOS 9.0+ |
132 | 127 |
|
133 | 128 | ## Changelog
|
134 | 129 | See the [CHANGELOG](https://github.com/PhamBaTho/BTNavigationDropdownMenu/blob/master/CHANGELOG.md) for details
|
|
0 commit comments