TNaviBarIndicatorView Class Reference
Inherits from | UIView |
---|---|
Declared in | TNaviBarIndicatorView.h TNaviBarIndicatorView.m |
Overview
【模块名称】消息列表指示视图(TNaviBarIndicatorView)
【功能说明】负责根据当前的网络状态进行 UI 界面上的指示。 当前网络状态为正在连接时,“小圆圈”开始转动,表示连接任务正在进行。 连接成功或者无网络时,“小圆圈”停止转动且不可见,表示当前连接任务未在进行。 同时还会根据当前网络状态,通过标签以文字的形式进行表现。
Other Methods
– setTitle:
设置标签 通过本函数,您可以设置标签的内容,可以用于初始化标签或在合适的情况下修改标签内容。
- (void)setTitle:(NSString *)title
Parameters
title |
需要设置的标签内容。 |
---|
Declared In
TNaviBarIndicatorView.h