parley-messaging / ios-library

Parley iOS app library
MIT License
2 stars 2 forks source link

Feat: Make it possible to style the ParleyView.activityIndicatorView #79

Closed mat1th closed 3 months ago

mat1th commented 3 months ago

Describe the feature I would like to style the activityIndicator in the ParleyView. This is not possible for now. Only the loader in the LoadingTableViewCell has an option to change the appearance.

Screenshot Screenshot 2024-04-08 at 11 23 09

Possible solution A possible way of solving this issue is adding a new Appearance option to the ParleyViewAppearance class and apply this Appearance to the activityIndicator in the ParleyView.

alexkok commented 3 months ago

Thanks for reporting!

You are right, there's no appearance option for this loader. Lets add it to the ParleyViewAppearance as loaderTintColor as well and apply that.

alexkok commented 3 months ago

Released in 4.0.2 🚀

mat1th commented 3 months ago

Thank you for resolving this issue!