MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
Class Methods | List of all members
NSString(CustomFont) Category Reference

#include <NSString+CustomFont.h>

Class Methods

(CustomFontIcon+ customEnumForIconIdentifier:
 Returns the correct enum for a font-awesome icon.
 
(nullable NSString *) + customIconStringForEnum:
 Returns the font-awesome character associated to the icon enum passed as argument.
 
(nullable NSString *) + customIconStringForIconIdentifier:
 Returns the font-awesome character associated to the font-awesome identifier.
 

Method Documentation

◆ customEnumForIconIdentifier:

+ (CustomFontIcon) customEnumForIconIdentifier: (nonnull NSString *) string

Returns the correct enum for a font-awesome icon.

The list of identifiers can be found here: http://fortawesome.github.com/Font-Awesome/#all-icons

◆ customIconStringForEnum:

+ (nullable NSString *) customIconStringForEnum: (CustomFontIcon) value

Returns the font-awesome character associated to the icon enum passed as argument.

◆ customIconStringForIconIdentifier:

+ (nullable NSString *) customIconStringForIconIdentifier: (nonnull NSString *) identifier

Returns the font-awesome character associated to the font-awesome identifier.

The list of identifiers can be found here: http://fortawesome.github.com/Font-Awesome/#all-icons