PoissonBallon
PoissonBallon
Any news about it ? 🙏
Hey @AliSoftware and thx for your quick answer For information, `dequeueReusableCell(withIdentifier:)` isn't deprecated (yet), and I agree with you it's better to use `dequeueReusableCell(withIdentifier:for:)` https://developer.apple.com/reference/uikit/uitableview/1614891-dequeuereusablecell And FYI my error it's...
Ok, I see your pov but there is almost no difference between there iirc (one returns nil and the other crash if we have no register cell) Anyway if you...