Skip to content

IndeemaSoftware/MenuController.iOS

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.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

About

Floating menu for an iOS application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published