xmartlabs/XLForm

Crash with "not really" optional protocol methods

cyrilchandelier opened this issue · 1 comments

the -(void)configureDataManager:(XLFormDataManager *)dataManager; declared in XLFormViewControllerDelegate is optional but no test is made to ensure it exists...

Results in a crash.

Eg: XLFormViewController line 591

@cyrilchandelier , i think this is already fixed on master branch and will be in the new pod version.
Thanks.