Categories
The following categories are available globally.
-
Undocumented
See moreDeclaration
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 moreDeclaration
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