Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Increase darkness of 2nd line in cell.detailTextLabel.textColor in foodmenu

ANSWERED

Hey guys,

 

Can you darken the color of the 2nd line in the detailTextLabel.textColor?

 

Right now it's way to dim to see.  I'm over 60 and even with reading glasses I have a hard time seeing the description when I type in a food source.    There could be 40 versions of Friench Toast or Pizza but I can't see the restaurant or the calories.

 

It's just a single line of code to change.. Something like:

 

    cell.detailTextLabel.textColor    = [UIColor blackColor];

    or

    cell.detailTextLabel.textColor    = [UIColor darkGrayColor];

 

The light gray is really hard to see on an iPhone 4s or 5.   If you want to add some contrast you can keep the food item color the same but change the detailTextLabel.textColor to something like

 

    cell.detailTextLabel.textColor    = [UIColor blueColor];

 

Or create a custom RGB UICOLOR object like darkblueColor or something like that.  

 

The app is great, but I have to be in direct sunlight with glasses on to pick which one I'd like to add.   Should be a simple but very helpful change.  The almost invisible light gray really hampers entering the right food type.


Thanks in advance.  And btw it would also help in the Dashboard menu as well? 

 

P.S.  Can you tell I'm an iOS developer?   Need another?   LOL


George

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Thanks,

 

I found the developers and feature request forums after I posted here.  I posted basically the same thing there.    Just getting the hang of how they layed out these forums.

 

I'l close this one as solved and leave the one in the new features forum open.

View best answer in original post

Best Answer
3 REPLIES 3

Awesome idea @bookworm370 Smiley Happy Heart

 

Feel free to add your suggestions to the 'Feature Requests' Sub Forum, where users can vote, add comments,.. if there's a certain interest then there's a chance the developers pick it up and it'll be developed.

 

Tip: Search if the idea already has been suggested and add your vote / comment! Smiley Wink

 

Feature Suggestions

 

URL: Click to go to the Feature Requests Forum

 


Best Answer
0 Votes

Thanks,

 

I found the developers and feature request forums after I posted here.  I posted basically the same thing there.    Just getting the hang of how they layed out these forums.

 

I'l close this one as solved and leave the one in the new features forum open.

Best Answer

Hi there @bookworm370! I just wanted to let you know that I've moved your post to increase the chances of being reviewed by our developers. Thank @SunsetRunner for the help. Cat Happy

 

I wish you the best!

Best Answer
0 Votes