Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

18 Commits

Repository files navigation


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.95falpha:1.0f]];
[EEMenuConroller.shareInstance setBottomPanelTintColor:[UIColor lightGrayColor]];
[EEMenuConroller.shareInstance setBottomPanelActiveTintColor:[UIColor colorWithRed:64.0f/255.0fgreen:171.0f/255.0fblue:247.0f/255.0falpha:1.0f]];
[EEMenuConroller.shareInstance setFloatingPanelColor:[UIColor whiteColor]];
[EEMenuConroller.shareInstance setFloatingPanelTintColor:[UIColor lightGrayColor]];
[EEMenuConroller.shareInstance setFloatingPanelActiveTintColor:[UIColor colorWithRed:64.0f/255.0fgreen:171.0f/255.0fblue:247.0f/255.0falpha:1.0f]];

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

About

Floating menu for an iOS application

Resources

Stars

12 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages