[][src]Module polyhorn_ios_sys::foundation

Bindings to Foundation.framework.

#import <Foundation/Foundation.h>

Structs

NSAttributedString

A string with associated attributes (such as visual style, hyperlinks, or accessibility data) for portions of its text.

NSAttributes

Attributes that you can apply to text in an attributed string.

NSMutableArray

Declares the programmatic interface to objects that manage a modifiable array of objects. This class adds insertion and deletion operations to the basic array-handling behavior inherited from NSArray.

NSMutableAttributedString

A mutable string object that also contains attributes (such as visual style, hyperlinks, or accessibility data) associated with various portions of its text content.

NSMutableParagraphStyle

An object for changing the values of the subattributes in a paragraph style attribute.

NSNumber

An object wrapper for primitive scalar numeric values.

NSParagraphStyle

The paragraph or ruler attributes for an attributed string.

NSString

A static, plain-text Unicode string object.

NSValue

A simple container for a single C or Objective-C data item.

Enums

NSTextAlignment

Constants that specify text alignment.