Compiled Chronicles

A software development blog by Angelo Villegas

Tag: NSString

  • iOS: NSString+HTMLHelper

    NSString+HTMLHelper is a collection of methods that helps me deal with HTML tags and URLs. NSString+HTMLHelper Download Link Sample Usage: Please look at the demo project. It has sample codes on how to use the category. Methods: Install: Just copy the NSString+HTMLHelper Category or NSString+HTMLHelper.h and NSString+HTMLHelper.m files to your project and #import the header…