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

Fields are overlapping and everything appears on first row when built from Xcode 13 and Later #1087

Open bhargav500 opened 2 years ago

bhargav500 commented 2 years ago

When the project is build with the new Xcode version(13), The form fields appear to be overlapping and the alignment is not proper.This happens when i use Xcdoe 13 but with Xcode 12 there is no issue, But even when built with Xcode 13 or later it, it works fine in iOS 14 but not in iOS 15.

Below is the SS when built the project with Xcode 13 and runs it on iOS 15 but not in any lower iOS versions. IMG_0434

Below is the SS when built the project with Xcode 12 and runs it on any iOS version including iOS 15. IMG_D8069FB04439-1

Note: I have updated the XLForm library and using the latest version but still facing this issue.

mats-claassen commented 2 years ago

Hi this doesn't seem to happen in the examples on the latest Xcode 13 so I guess it must have to do something with how the form is set up