xmartlabs / XLForm

XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
MIT License
5.77k stars 953 forks source link

Fix crash when .Nib is inside a framework bundle. #1050

Closed mrcararia closed 5 years ago

mrcararia commented 5 years ago

I needed to wrap XLForm inside a private framework and implement custom cells. In this scenario a crash is obtained because the .nib file is not found inside the main bundle. It is necessary to look for it within the private framework bundle. This fix the issue.