FWAttributedLabelURLDetector
@interface FWAttributedLabelURLDetector : NSObject
@property (nonatomic,strong) id<FWAttributedLabelCustomURLDetector> detector;
+ (instancetype)shared;
- (void)detectLinks:(nullable NSString *)plainText completion:(FWAttributedLinkDetectCompletion)completion;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) id<FWAttributedLabelCustomURLDetector> detector
-
Undocumented
Declaration
Objective-C
+ (instancetype)shared;
-
Undocumented
Declaration
Objective-C
- (void)detectLinks:(nullable NSString *)plainText completion:(FWAttributedLinkDetectCompletion)completion;