简体   繁体   中英

Attributed string 'Google' contains NSLinkAttributeName. Removed

I am developing application in apple Watch. I am using label and adding text as link. On that link i want to implement phone call event. I am using following code.

[string addAttribute:NSLinkAttributeName
                   value:linkURL
                   range:NSMakeRange(0, string.length)];

but I am getting following error.

Attributed string '9618194xxx' contains NSLinkAttributeName. Removed

please help me out

Thanks in Advance

I don't believe WatchKit supports links in attributed strings. Since there's no browser on the Watch, tapping it wouldn't open anything anyway.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM