DTLinkButton Class Reference
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.
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