Ryan Kim
Ryan Kim
I found 2 bugs so far related to target function in Form. Issue (1) I have a json code like below: ``` json { "id":"4_3_section", "fields":[ { "id":"4_3_yes_no_question", "title":"Question 3",...
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 {length...
Has anyone experienced a main thread being blocked? This does not happen every time but it happens quite a lot. Problem: When the form is being initialized, I touch one...
Hi I was wondering if it is possible to make the stepbar scrollable. For my app, it needs a lot of different parts like 8-9 ususally. If I run the...
Hi, I am saving a key-value pair in a closure using Locksmith. Code is like below: I see that only one key-value pair is being saved. Let's say I save...