I realize that this is generic question. I asked a specific question and did not get a reply.
https://stackoverflow.com/questions/40854131/collection-view-ios-8-bug
In your experience as an iOS developer, what could be cause of different behavior in iOS 8 and iOS 9 for same code. I have a bug that I can't figure out and I was looking for reasons which might lead to different behavior for same code.
I suspect that I might be using a feature that is not available in iOS 8, but is avaliable in iOS 9, but won't xcode, warn me if I do this ?
What are some cases where you have faced this in your code-base ?
Could it be because I am using swift and ios 8 does on support it well enough ?
I can't figure out the reason why this might happen.