ArcGIS Runtime SDK for iOS: AGSPopupsViewControllerTheme Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSPopupsViewControllerTheme Class Reference

Description

A theme to configure the appearance of AGSPopupsViewController.

Instances of this class represent a theme that can be used to configure the visual appearance of AGSPopupsViewController.

Since
100
Inheritance diagram for AGSPopupsViewControllerTheme:

Properties

AGSFontattachmentDetailFont
 
AGSFontattachmentTitleFont
 
AGSColorattributeDetailColor
 
AGSFontattributeDetailFont
 
AGSColorattributeTitleColor
 
AGSFontattributeTitleFont
 
AGSColorheadlineColor
 
AGSFontheadlineFont
 
AGSColortooltipColor
 

Property Documentation

◆ attachmentDetailFont

- (AGSFont*) attachmentDetailFont
readwritenonatomicstrong

Font used for attachment detail text in the popups container. You must set this before you access the view or present the popups view controller.

Since
100

◆ attachmentTitleFont

- (AGSFont*) attachmentTitleFont
readwritenonatomicstrong

Font used for attachment title text in the popups container. You must set this before you access the view or present the popups view controller.

Since
100

◆ attributeDetailColor

- (AGSColor*) attributeDetailColor
readwritenonatomicstrong

Color of text used for attribute detail text in the popups container. You must set this before you access the view or present the popups view controller.

Since
100

◆ attributeDetailFont

- (AGSFont*) attributeDetailFont
readwritenonatomicstrong

Font used for attribute detail text in the popups container. You must set this before you access the view or present the popups view controller.

Since
100

◆ attributeTitleColor

- (AGSColor*) attributeTitleColor
readwritenonatomicstrong

Color of text used for attribute title text in the popups container. You must set this before you access the view or present the popups view controller.

Since
100

◆ attributeTitleFont

- (AGSFont*) attributeTitleFont
readwritenonatomicstrong

Font used for attribute title text in the popups container. You must set this before you access the view or present the popups view controller.

Since
100

◆ headlineColor

- (AGSColor*) headlineColor
readwritenonatomicstrong

Color used for heading text in the popups container. You must set this before you access the view or present the popups view controller.

Since
100
Deprecated:
100.6 This property is no longer used.

◆ headlineFont

- (AGSFont*) headlineFont
readwritenonatomicstrong

Font used for heading text in the popups container. You must set this before you access the view or present the popups view controller.

Since
100
Deprecated:
100.6 This property is no longer used.

◆ tooltipColor

- (AGSColor*) tooltipColor
readwritenonatomicstrong

Color used for placeholder text and tooltips in popups.

Since
100
Deprecated:
100.6 This property is no longer used.