-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I use this on Tabbar item? #33
Comments
Currently library does not support Yes, you can change menu title as igcMenu.menuItemsNameArray = [NSArray arrayWithObjects:@"Home",@"Like",@"Search",@"User",@"Buy",nil];
Menu color and icons are also customisable, please see Readme section create-instance-of-class-igcmenu-and-configure-attributes for more details. |
@sunilsharma08 Sir, Thanks a lot for your response. According your suggestion I am able to bind a button on top of tabbar item and on that button bind library instance. But I need to show these buttons upper of tabbar. As like this :- As now this library covered all view. And also want dismiss when User touch on disableBackground view. So Please help me. Waiting for your positive response. Thanks & Best Regards, |
Again solution is not straight forward. First you can easily make background transparent by setting property Then create a empty view on top of products view(the area that you want to disable) and set its color something like Add tap gesture on this empty view and on tap target close menu In future will try to add these feature in library. These requirements will make it more customisable. Thanks |
Yes, you can move up or down menu items by changing property
Earlier it was not possible but I have updated library for these customisation. Now you can change title color and font use property But doing so you need to update library, if you're using cocoa pods then run command Thanks |
Hello Sir,
Hope you are doing well!
Thanks a lot for provide wonderful library. I try to implement this library on tabbar item but am unable to do. Can I use this library on tabbar middle item for show and hide. Second Can I change titles of of menus.
Thanks & Best Regards,
Bikramjeet Singh
The text was updated successfully, but these errors were encountered: