You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
New issue checklist
README
and documentationGeneral information
IGListKit
version: 4.0.0Debug information
# Please include debug logs using the following lldb command: po [IGListDebugger dump]
Hi, i've notice that
section
value insideinit()
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
but if i print the
section
value insidedidUpdate()
method , it's returning the correct valueis it a defect or intentional that section value inside
init()
method is always 9223372036854775807?Thanks
The text was updated successfully, but these errors were encountered: