Skip to content

tint color on ios not configurableΒ #86

Open
@firegnome

Description

@firegnome

On ios we have the problem, that the tint color of the icon is overwritten. In other words, the icon we use is white but the default tint color of ios overwrites that color. The result looks like this:

image

I added the second line in the fab module to achieve what i want:

newImageView = UIImageView.alloc().initWithImage(iconDrawable.ios);
newImageView.tintColor = (new colorModule.Color("#ffffff")).ios;

image

I can create a pull request to resolve this but i would like to hear from you what solution you would prefer. One solution could be to add a iconTintColor Property for ios.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions