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

BUG cannot change text after view.showSkeleton() #528

Open ap-gilbert-subay opened 1 year ago

ap-gilbert-subay commented 1 year ago

Description

Describe your issue here.

What type of issue is this? (place an x in one of the [ ])

Requirements (place an x in each of the [ ])


Bug Report

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

SkeletonView Environment:

SkeletonView version: Xcode version:13 Swift version:13

Steps to reproduce:

Please replace this with the steps to reproduce the behavior.

  1. Setup Skeleton View 2.Change text after setup skeleton view

Expected result:

text is changed

Actual result:

text is not changed

Attachments:

Logs, screenshots, sample project, funny gif, etc.

ap-gilbert-subay commented 1 year ago

this view is UILabel

hugovanderlei commented 1 year ago

same problem here