PatchTheCode

Results 283 comments of PatchTheCode

ok, those functions look ok. There are no conflicts there. Ok the final question I would have is, can i see your `viewDidLoad` function?

will get back to this over the weekend

Im back at this. Kindly create a minimal sample project (just the bare minimum to get this error to happen). I do not need any of your secret company code,...

this help very much. If will rethink the logic in that section. Call backs makes sense. Tell your dev i said thanks.

Will take a look today. This one slipped through the cracks

ok. finally have time to look at this today. Can any one of you provide me with your `viewDidLoad` function?z I want to see if any of you call the...

Hmm, The code i have there is ```swift if abs(roundedSection - section) < errorDelta { section = roundedSection } ``` and my errorDelta is ```swift let errorDelta: CGFloat = 0.0000001...

ok thanks. In that case, I think i need better logic than using an error delta. I'll rethink this over the weekend.