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 a particular case where I need to display only one month but with a much narrower start date -> end date.
For example: 15th of Sept to Today (18th of Sept).
With the implementation found in CocoaPods 1.8.9 cellOutOfRange is always ignoring the response from endIndexPath since we only have one section. The older implementation found in the initial xcodeproj example is working correctly since it is using a flag and then returns the result instead of immediately returning.