Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Section properties value of ListSectionController class always returning invalid value #1559

Open
3 tasks done
brams-9 opened this issue Mar 29, 2022 · 0 comments
Open
3 tasks done

Comments

@brams-9
Copy link

brams-9 commented Mar 29, 2022

New issue checklist

  • I have reviewed the README and documentation
  • I have searched existing issues and this is not a duplicate
  • I have attempted to reproduce the issue and include an example project.

General information

  • IGListKit version: 4.0.0
  • iOS version(s): 14.5
  • CocoaPods/Carthage version:
  • Xcode version: 12.5
  • Devices/Simulators affected: All Device
  • Reproducible in the demo project? (Yes/No): Yes
  • Related issues:

Debug information

# Please include debug logs using the following lldb command:
po [IGListDebugger dump]

Hi, i've notice that section value inside init() method is always returning invalid value which is 9223372036854775807, it should have returning 0 if it is the first section , 1 if it is the second section and etc..,

here is the screenshoot
Screen Shot 2022-03-29 at 17 10 17

but if i print the section value inside didUpdate() method , it's returning the correct value

is it a defect or intentional that section value inside init() method is always 9223372036854775807?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant