seems the initWithHTML was not implemented on NSAttributedString. I have checked out PerformSelector but its just not making sense to me and I cant find an example calling that on NSAttributedString. If someone has an example it would be much appreciated. Thanks!
seems the initWithHTML was not implemented on NSAttributedString . I have checked out PerformSelector
Share
You’re right that
initWithHTMLis not implemented inNSAttributedStringbut it’s not related to MonoTouch – it’s just not available in iOS, see Apple documentation.The selector is only available as in OSX by using AppKit (see Apple’s AppKit additions documentation).