mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
* Rebase ASRangeController diff with master. * fix Table / CollectionNode debug label names - now returns class names rather than generic ASTableNode, ASPagerNode - ASPagerNode will be labeled as ASPagerNodeProxy (not sure how to get around this) * refactor layout code: use ASDk's own resizeableRoundedCorner... methods * Fixes and cleanup for manual layout version of range controller debug overlay. I am working on a layout spec-based version, but it has some issues, so landing this to get the near-term value is probably the best next step. * Remove .orig and .rej files. * One last .orig file to remove. * Final project file cleanup and tweaks to implementation for ASTableNode. * fix build issues * fix arrow directions