3lvis / Form

The most flexible and powerful way to build a form on iOS
http://hyper.no
Other
1.64k stars 145 forks source link

Disable collectionView bounces to prevent NSRangeException #560

Closed jeffleeismyhero closed 7 years ago

jeffleeismyhero commented 7 years ago

This resolves the crash presented in issue #559. It eliminates the crash by disabling bounces on the FORMViewController.

Note: This crash only occurs on iOS 10 so the underlying problem may be outside of Form.

3lvis commented 7 years ago

Hi @jeffleeismyhero,

Thanks! Could you add a comment on top of the added code stating why this is needed? So we make sure it's not removed.

3lvis commented 7 years ago

I gave it a try https://github.com/hyperoslo/Form/pull/561

3lvis commented 7 years ago

Since the crash is still present in #561, merging this.

3lvis commented 7 years ago

I don't really like that it doesn't bounce, though :(