xmartlabs / XLForm

XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash with "not really" optional protocol methods

cyrilchandelier opened this issue · 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.