Inherits from UIButton
Declared in DTLinkButton.h

Overview

A button that corresponds to a hyperlink.

Multiple parts of the same hyperlink synchronize their looks through the guid. You can show link text in a different color for normal and highlighted mode by setting the button images for these states.

Tasks

Properties

GUID

The unique identifier (GUID) that all parts of the same hyperlink have in common.

@property (nonatomic, copy) NSString *GUID

Declared In

DTLinkButton.h

URL

The URL that this button corresponds to.

@property (nonatomic, copy) NSURL *URL

Declared In

DTLinkButton.h

minimumHitSize

The minimum size that the receiver should respond on hits with. Adjusts the bounds if they are smaller than the passed size.

@property (nonatomic, assign) CGSize minimumHitSize

Declared In

DTLinkButton.h

showsTouchWhenHighlighted

A Boolean value that determines whether tapping the button causes it to show a gray rounded rectangle. Default is YES.

@property (nonatomic) BOOL showsTouchWhenHighlighted

Declared In

DTLinkButton.h