Navigation Menu

Skip to content

Debug (1.4)

Compare
Choose a tag to compare
@Juanpe Juanpe released this 10 Aug 15:44
· 683 commits to main since this release

New

  • Create skeletonDescription print a skeleton representation of the view.
  • Create SKELETON_DEBUG environment variable, in order to print the view hierarchy when the skeleton appears.

Improvements

  • Add two new methods to SkeletonFlowDelegate protocol. Now you can know when the skeleton did show and when it did hide.
  • Recursive protocol

Bug fixes