Contents

routeSymbolName

The SF Symbol name representing the remote device or route.

Declaration

@property (copy, readonly) NSString * routeSymbolName;

Discussion

This property returns a system symbol name as an NSString that identifies the type of device (such as a TV, speaker, or other compatible endpoint). Use this value with UIImage(systemName:) to create an icon for display in your app’s user interface.

UIImage *routeIcon = [UIImage systemImageNamed:route.routeSymbolName];

The symbol helps people visually identify where their media will be played.