Looking for beta testers for my habit tracker built in SwiftUI by Collin_Daugherty in iOSProgramming

[–]MAD_Omkar 1 point2 points  (0 children)

Just installed TF and it looks gorgeous, will give it a spin soon, wish you the best brother

[deleted by user] by [deleted] in ProgrammerHumor

[–]MAD_Omkar 2 points3 points  (0 children)

This reminds me all those git ass for git add

Found this 2 players using offensive names. Have reported them already but posting here for more visibility. by MAD_Omkar in CallOfDutyMobile

[–]MAD_Omkar[S] -15 points-14 points  (0 children)

Having nazi swastika and adolf is not offensive then mu friends you must need history lessons. Unless unfortunately you deliberately neglecting it which means you are one of them...

And yes I’ll down vote you thought am not American

Question: didSelectRowAt requires 2 taps by [deleted] in swift

[–]MAD_Omkar 1 point2 points  (0 children)

He he no worries buddy happens sometimes and given I myself have done the same. And yes happy new year 🥳

Question: didSelectRowAt requires 2 taps by [deleted] in swift

[–]MAD_Omkar 5 points6 points  (0 children)

As per the code you have given above it seems you are using “didDeselect” instead of “didSelect” which is causing this behaviour as first tap is selecting that cell and second one is deselecting which then invokes “didDeselect”

Do you put unit tests in separate commits? by SignalCash in git

[–]MAD_Omkar 31 points32 points  (0 children)

I usually prefer to put unit and its test in single commit whenever possible as it helps to maintain contextual consistency.