From 7684a4bfc16eb9849ebbc8ee2e2f718f3daa96a8 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 8 Sep 2015 11:43:04 -0400 Subject: Add pointers to newer classes provided by the OS --- Foundation/GTMNSDictionary+URLArguments.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Foundation/GTMNSDictionary+URLArguments.h') diff --git a/Foundation/GTMNSDictionary+URLArguments.h b/Foundation/GTMNSDictionary+URLArguments.h index b094411..b2f0564 100644 --- a/Foundation/GTMNSDictionary+URLArguments.h +++ b/Foundation/GTMNSDictionary+URLArguments.h @@ -25,6 +25,10 @@ /// string of the form key1=value1&key2=value2&...&keyN=valueN. /// Keys and values will be unescaped automatically. /// Only the first value for a repeated key is returned. +/// +/// NOTE: Apps targeting iOS 8 or OS X 10.10 and later should use +/// NSURLComponents and NSURLQueryItem to create URLs with +/// query arguments instead of using these category methods. + (NSDictionary *)gtm_dictionaryWithHttpArgumentsString:(NSString *)argString; /// Gets a string representation of the dictionary in the form -- cgit v1.2.3