Icon Set
The MFUIIconSet class contains icons that are used to compose views in UIKit.
#
Customize Icon setThe following code shows how to customize MFUIIconSet. You can do the customisation in AppDelegate class.
Note : We recommend that you override the values of MFUIIconSet prior to creating views.
The following table shows all the properties of MFUIIconSet.
Icon | Image | Description |
---|---|---|
download | Downloads a media message. | |
ic_close | Closes a file viewer. | |
ic_delete | Deletes an item. | |
ic_delivered | Indicates the message has been delivered to the recipient user. | |
ic_hour | Indicates the message is in sending state to the server. | |
ic_seen | Inidicates the message has been seen/read by the recipient user. | |
ic_sent | Indicates the message has been sent to the server. | |
ic_upload | Uploads a media message | |
iconAdd | Adds a file. | |
iconBack | Goes back to the previous page. | |
iconChevronDown | Adds a file | |
iconError | Adds a file | |
iconForward | Forwards a message. | |
iconReply | Indicates reply to a message. | |
iconInfo | Indicates message Info | |
iconSend | Sends a message. | |
iconSingleChat | Indicates Single Chat. | |
iconSpinner | Indicates that a message or a screen is loading. | |
plusBlack | Invites a user to a chat from the contact list. | |
User | Default Avatar of the User. |
The following table shows all properties of MFUIIConSet pertaining to the calls.
Icon | Image | Description |
---|---|---|
iconAudioOff | To switch off the audio | |
iconAudioOn | To switch on the audio | |
iconCallAgain | To make a voice call | |
iconCallCancel | To cancel the ongoing call | |
iconCameraOff | To switch off the camera | |
iconCameraOn | To switch on the camera | |
icondefault_avatar | Default avatar of the user | |
iconHangUp | To hangup the call | |
iconMute | To mute the audio | |
iconSpeakerOff | To switch off the speaker | |
iconSpeakerOn | To switch on the speaker | |
iconVideoCall | To make video call | |
iconVideoDisabled | To disable video call | |
iconVideoEnabled | To enable video call | |
iconVoiceCall | To make voice call |