Contents

NSURLQueryItem

An object representing a single name/value pair for an item in the query portion of a URL.

Declaration

class NSURLQueryItem

Overview

In Swift, this object bridges to URLQueryItem; use NSURLQueryItem when you need reference semantics or other Foundation-specific behavior.

You use query items with the queryItems property of an NSURLComponents object.

Topics

Creating a Query Item

Reading a Query Item’s Name and Value

Initializers