ml-archive / Spinner

Makes using UIActivityIndicatorView even easier.

Home Page:https://nodesagency.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If titleColor forState has been changed for UIButton while Spinner is shown, titleColor is reverted to the color the button had before the spinner was added when spinner is dismissed

jakobmygind opened this issue · comments

Reproduce:

  1. Set titlecolor for button
  2. show spinner in button
  3. change titlecolor for state for button
  4. dismiss spinner
  5. observe title color not being the one set during show spinner