Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.51 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.51 KB

Indeema Logo


# MenuController.iOS Floating menu for an iOS application

You can find an article about Floating menu in our blog

Floating menu

Requirements

iOS 7.0

##Customization

You are allowed to adjust margins of the fixed floating area:

[EEMenuConroller.shareInstance setFloatingAreaInsets:UIEdgeInsetsMake(100.0f, 0.0f, 0.0f, 0.0f)];

Select color patterns for both panels(bottom/foating):

[EEMenuConroller.shareInstance setBottomPanelColor:[UIColor colorWithWhite:0.95f alpha:1.0f]];
[EEMenuConroller.shareInstance setBottomPanelTintColor:[UIColor lightGrayColor]];
[EEMenuConroller.shareInstance setBottomPanelActiveTintColor:[UIColor colorWithRed:64.0f/255.0f green:171.0f/255.0f blue:247.0f/255.0f alpha:1.0f]];

[EEMenuConroller.shareInstance setFloatingPanelColor:[UIColor whiteColor]];
[EEMenuConroller.shareInstance setFloatingPanelTintColor:[UIColor lightGrayColor]];
[EEMenuConroller.shareInstance setFloatingPanelActiveTintColor:[UIColor colorWithRed:64.0f/255.0f green:171.0f/255.0f blue:247.0f/255.0f alpha:1.0f]];

To know more about us and our Mobile expertise, visit our website https://indeema.com