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
another question from my side. Whatever I do, my path is never fitting in your assertion and sometimes the debug makes no sense:
assertion failed: The width(243.65) of the path has to fit the dimensions (Height: 250.0 Width: 250.0): file /Users/ctews/Projects/Vukee/printME/Pods/FillableLoaders/Source/FillableLoader.swift, line 214
Also accessing the property for the height of the loaderView should be available as a param to the createWithPath(path) methods you supply.
I don't get what I'm doing wrong, it always runs into the assertion. I'm adding it onto a container view that is bigger than the path, but still not working. Here is the code in case it helps:
Hey there,
another question from my side. Whatever I do, my path is never fitting in your assertion and sometimes the debug makes no sense:
assertion failed: The width(243.65) of the path has to fit the dimensions (Height: 250.0 Width: 250.0): file /Users/ctews/Projects/Vukee/printME/Pods/FillableLoaders/Source/FillableLoader.swift, line 214
Also accessing the property for the height of the loaderView should be available as a param to the
createWithPath(path)
methods you supply.I don't get what I'm doing wrong, it always runs into the assertion. I'm adding it onto a container view that is bigger than the path, but still not working. Here is the code in case it helps:
Path
Specific UIView Container
The text was updated successfully, but these errors were encountered: