You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.
When I'm instantiating my FORMViewController, it prints out below error in the console:
""Logging only once for UICollectionViewFlowLayout cache mismatched frame
UICollectionViewFlowLayout has cached frame mismatch for index path <NSIndexPath: 0xc000000000000316> {length = 2, path = 3 - 0} - cached value: {{15, 681.5}, {369, 85}}; expected value: {{199.5, 681.5}, {369, 85}}
This is likely occurring because the flow layout subclass FORMLayout is modifying attributes returned by UICollectionViewFlowLayout without copying them""
I have one subtitleCustomField in this viewcontroller and other fields are normal types of fields.
Would this error on the console have anything to do with a bug of not showing info yellow popover when textfield is clicked? I set the info field in json file like below, but it still does not work. Below is how I formatted my json for the field which is causing an error with yellow popover.
When I'm instantiating my FORMViewController, it prints out below error in the console:
""Logging only once for UICollectionViewFlowLayout cache mismatched frame
UICollectionViewFlowLayout has cached frame mismatch for index path <NSIndexPath: 0xc000000000000316> {length = 2, path = 3 - 0} - cached value: {{15, 681.5}, {369, 85}}; expected value: {{199.5, 681.5}, {369, 85}}
This is likely occurring because the flow layout subclass FORMLayout is modifying attributes returned by UICollectionViewFlowLayout without copying them""
I have one subtitleCustomField in this viewcontroller and other fields are normal types of fields.
Would this error on the console have anything to do with a bug of not showing info yellow popover when textfield is clicked? I set the info field in json file like below, but it still does not work. Below is how I formatted my json for the field which is causing an error with yellow popover.
The text was updated successfully, but these errors were encountered: