Discussion Forums  >  Grunts, Groans, Complaints

Replies: 6    Views: 94

Auggnet
Veteran developer
Profile
Posts: 225
Reg: Nov 20, 2012
USA
2,550
04/19/13 04:32 PM (11 years ago)

IOS Menu Selection Highlight Sticks

Anyone else get a little annoyed about the selection on iOS when you tap an item? I mean shouldn't it fade out as the animation switches? If not check other apps with menus in them. You can also see it when you hit the back button and its still there. YES I know there is an option to make a not selection, but I mean is it hard?
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
04/21/13 09:02 PM (11 years ago)
It too annoys me. See if you can track it down in the code. Then we can make it controllable from the Control Panel. Improvement is good ! :-) -- Niraj
 
Auggnet
Veteran developer
Profile
Posts: 225
Reg: Nov 20, 2012
USA
2,550
like
04/25/13 08:57 AM (11 years ago)
yeah i have been looking, i think it has something to do with finding the place in the menu it was at (long menus) but if we could hide it after the initial selection, and keep it loaded so the app can find where it left off on the menu. This would help!
 
Auggnet
Veteran developer
Profile
Posts: 225
Reg: Nov 20, 2012
USA
2,550
like
04/25/13 08:59 AM (11 years ago)
I just wish they would just fix it in the code so we dont have to manipulate it everytime they update it or we need to recompile... I now have to keep a list of things i have to do when i package the code, for example tweak the search, add sounds, remove exess image references, replace all custom html files with html files to localize it, lol it adds up, and menu selection would be helpful to just fix for us lol! Also SCRINGO
 
Djdios
Lost but trying
Profile
Posts: 175
Reg: Mar 20, 2013
Valby, Denmark
3,550
like
08/26/13 02:02 AM (10 years ago)
Auggnet: Did you figure put how to make the fade? It also annoys me that it is still highlighted when I press the back button.
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
08/26/13 11:36 PM (10 years ago)
I am fortunate to have saved the answer from SmugWimp and Auggnet on another posting: It is in the menu simple screen and in any other menu plugins. simply call [tableView deselectRowAtIndexPath:indexPath animated:YES]; right here //on row select - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { [BT_debugger showIt:self theMessage:[NSString stringWithFormat:@"didSelectRowAtIndexPath: Selected Row: %i", indexPath.row]]; >>>> [tableView deselectRowAtIndexPath:indexPath animated:YES]; <<<< https://www.buzztouch.com/forum/thread.php?tid=9EDE430920B77987009D0CB Best coding! :-) -- Niraj
 
kingelessar
Lost but trying
Profile
Posts: 155
Reg: Mar 10, 2014
UK
6,500
like
04/23/14 04:08 PM (10 years ago)
Very useful, thank you!
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.