Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. let parameters: [CAPSPageMenuOption] = [
  2. //.selectionIndicatorColor(UIColor.red), ////// Indicator
  3. .scrollMenuBackgroundColor(UIColor.white),
  4. .menuItemSeparatorWidth(1),
  5. .menuItemSeparatorColor(UIColor.red),
  6. .useMenuLikeSegmentedControl(true),
  7. .menuItemSeparatorPercentageHeight(1.0),
  8. .bottomMenuHairlineColor(UIColor.red), // line
  9. .menuHeight(50.0),
  10. .menuItemFont(UIFont(name: Constants.kFONT_BOLD, size:
  11. 15)!),
  12. .viewBackgroundColor(UIColor.red),
  13. .selectedMenuItemLabelColor(UIColor.gray),
  14. .unselectedMenuItemLabelColor(UIColor.red),
  15. .addBottomMenuHairline(true),
  16. .centerMenuItems(true)]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement