Display activity indicator inside UIButton(在 UIButton 内显示活动指示器)
本文介绍了在 UIButton 内显示活动指示器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想在按下 UIButton 后将其内容更改为 ActivityIndicator.
I would like to change the content of a UIButton to an ActivityIndicator after it is pressed.
我知道按钮有一个 imageView 和一个 titleLabel,但我不知道如何在其中放置一个活动指示器.
I know buttons have an imageView and a titleLabel, but I don't know how to put an activity indicator in any of them.
这就是我创建活动指标的方式:
This is how I create activity indicators:
推荐答案
这篇关于在 UIButton 内显示活动指示器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!