Categories

The following categories are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    @interface NSString (HTTP_Protocol)
    /// Gives back a url string, that iOS can handle (starting with: https://...)
    /// Sometimes the url coming in from adTags are in a way, iOS does not accept 
    + (NSString*)urlSaveHTTPStringWith:(NSString*)urlString;
    @end
  • Undocumented

    See more

    Declaration

    Objective-C

    @interface NSString(MediaTime)
    /// Gives back a formatted time sting like "00:00:00:00" (hours:minutes:seconds:milliseconds)
    + (NSString*)getMediaplaybackStringWithTime:(NSTimeInterval)time;
    @end