Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
sylar24078yOk I've used didSelectRowAt to get the selected row but my instantiateViewController lags for about 7 seconds before displaying the view. Know why?
-
@sylar any reason indexPath is declared in function and as a param? most likely ain't the problem but I've seen weirder
-
sylar24078y@jckimble OMFG that was causing the lagging to switch views! F ME! Yup that's is. Thanks. Don't ask why I had it there 🤔
-
@sylar it happens. I wish I could say I'm surprised but it's usually always the dumbest crap that screws us up. oh well another score to general programming being that I never used swift a day in my life lol
-
@sylar I've been at this for years jumping between languages, so I usually can look at any code and debug some of it, brainfuck is obviously an exception to that rule though lol. a fresh pair of eyes tends to do that, took about a minute just reading the code to see what it did. so the rubber duck approach should have worked here.
-
@sylar I don't like SO either, I just google my problem and if I don't find it I figure it out myself. but it probably got down voted cause they saw what I did in a few seconds and thinking you didn't research. but I am surprised an ide didn't catch that
-
Bit of a side note but it seems there are devs that want to help each other and others that want to be opinionated jerks. I have seen this more and more over the years.
Related Rants
Anyone that tries to solve my Stackover flow question, gets down voted 😂 What's worst, I got down voted after 20mins. Worst, it can't be solved! Fuck! Guess no sleeps tonight
undefined
xcode
ios10
stackoverflow
wk26