Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.5k stars 1.1k forks source link

UILabel updating text/attributedText bug #568

Open santieduardo opened 1 month ago

santieduardo commented 1 month ago

Description

UILabel is showing "Label/Default Text" when text/attributedText is changed during the shimmering.

What type of issue is this?

Requirements


Bug Report

Filling out the following details about bugs will help us solve your issue sooner.

SkeletonView Environment:

SkeletonView version: 1.30.4 Xcode version: 15.3 Swift version: 5.x

Steps to reproduce:

  1. Start shimmer
  2. Change UILabel text/attributedText
  3. Stop shimmer
  4. You will see UILabel showing "Label/Default Text"

Important: If I stop shimmer before updating text/attributedText, it works normally.


@Juanpe Could you help about that?

VasylKhmil commented 1 day ago

For real major issue is not closed since may 17 :) impossible to animate labels cause text is not changed after.

santieduardo commented 1 day ago

@Juanpe could you check this bug?