// 디폴트 링크 전부 삭제
[self.ohlabel setAutomaticallyAddLinksForType:0];
//링크만 체크 (숫자로 전화걸리는 링크는 삭제하고 싶을때)
[self.ohlabel setAutomaticallyAddLinksForType:NSTextCheckingTypeLink];
참고링크
**문자열로부터 URL, 전화번호를 취득.
http://www.sirochro.com/note/objc-nsdatadetector-using/
** 링크 기능 죽이기
https://github.com/AliSoftware/OHAttributedLabel/issues/112