mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-05 04:10:16 +00:00
* Thread safety for Yoga layout * Support baseline alignments for ASYogaLayout * Refactor ASLayoutElementYogaBaselineFunc to not require yogaParent (its parent style is set into a private var on ASLayoutElementStyle before layout instead) * Only set the accessibility element if the view is loaded * Add nodeWillCalculateLayout to ASNodeController * Update Changelog * Address first comments