Skip to content

Commit

Permalink
Merge branch 'master' of github.com:PhamBaTho/BTNavigationDropdownMenu
Browse files Browse the repository at this point in the history
  • Loading branch information
PhamBaTho committed Aug 1, 2016
2 parents 1ea2d7d + 18af7c6 commit e101667
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ Once you have assigned the items and frame for dropdown menu, you can custom the

`cellTextLabelColor` **- The color of the text inside cell.** *Default is darkGrayColor()*

`cellTextLabelFont` **- The font of the text inside cell.** *Default is HelveticaNeue-Bold, size 19*
`cellTextLabelFont` **- The font of the text inside cell.** *Default is HelveticaNeue-Bold, size 17*

`navigationBarTitleFont` **- The font of the navigation bar title.** *Default is HelveticaNeue-Bold, size 17*

`cellTextLabelAlignment` **- The alignment of the text inside cell.** *Default is .Left*

`cellSelectionColor` **- The color of the cell when the cell is selected.** *Default is lightGrayColor()*

`keepSelectedCellColor` **- The boolean value that decides if selected color of cell is visible when the menu is shown.** *Default is false*

`checkMarkImage` **- The checkmark icon of the cell.**

`animationDuration` **- The animation duration of showing/hiding menu.** *Default is 0.5s*
Expand All @@ -92,6 +92,14 @@ Once you have assigned the items and frame for dropdown menu, you can custom the

`maskBackgroundOpacity` **- The opacity of the mask layer.** *Default is 0.3*

`shouldKeepSelectedCellColor` **- The boolean value that decides if selected color of cell is visible when the menu is shown.** *Default is false*

`shouldChangeTitleText` **- The boolean value that decides if you want to change the title text when a cell is selected.** *Default is true*

`selectedCellTextLabelColor` **- The color of the selected cell text label.** *Default is darkGrayColor()*

`arrowTintColor` **- The tint color of the arrow.** *Default is whiteColor()*

## Requirement
- 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)
- Xcode 7.0+, Swift 2.0+
Expand Down

0 comments on commit e101667

Please sign in to comment.