-
Notifications
You must be signed in to change notification settings - Fork 33
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
Customize Appearance #2
Comments
For text color & font , i did a small workaround |
+1 |
Problem is caused by the -(UIImage *)image:(UIImage *)img withColor:(UIColor *)color method of FCVerticalMenuItemCollectionViewCell.
And add following method to UIImage as category
I had to change colors in init method of FCVerticalMenu class because it seems like properties you set after init has no effect. |
I can't see the liveBlur feature targeting 8.0. This is my code:
|
I am unable to customize properties such as textColor, font and borderColor.
I tried with the Menu as well as each individual item. I also tried disabling NavBar Appearance to no avail. I really like this control but customizing appearance is pretty important. What am I doing wrong please?
The text was updated successfully, but these errors were encountered: