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
Separator lines in form and grouped-row-table widgets appear in the wrong places. This happens only in Simulator and only one the first page view. The separators draw properly on real iPhones and after refreshing or updating the page.
It seems that UIKit calls draw before laying out the views. Or it fails to update each view's frame field. I have spent many hours trying to find a workaround. If anyone has ideas, please post them here.
The text was updated successfully, but these errors were encountered:
Separator lines in
form
andgrouped-row-table
widgets appear in the wrong places. This happens only in Simulator and only one the first page view. The separators draw properly on real iPhones and after refreshing or updating the page.Here is the code that draws the separators:
applin-ios/Sources/ApplinIos/view/column_view.swift
Lines 96 to 125 in 7b19c18
It seems that UIKit calls
draw
before laying out the views. Or it fails to update each view'sframe
field. I have spent many hours trying to find a workaround. If anyone has ideas, please post them here.The text was updated successfully, but these errors were encountered: