developer.apple.com

Woonplaats:1
Upvotes received0
Downvotes received0
Karma:0 (upvotes-downvotes)



0 earned Badges

No badges were found



Definitions (126)

1

0 Thumbs up   0 Thumbs down

action


A piece of code that’s linked to an event that can occur in your app.
Source: developer.apple.com

2

0 Thumbs up   0 Thumbs down

activity viewer


Part of the Xcode toolbar that displays messages about the build process and other information.
Source: developer.apple.com

3

0 Thumbs up   0 Thumbs down

adaptive interface


A UI that automatically adjusts so that it looks good in the context of the available screen space.
Source: developer.apple.com

4

0 Thumbs up   0 Thumbs down

adopt


To indicate that a class, structure, or enumeration conforms to a protocol.
Source: developer.apple.com

5

0 Thumbs up   0 Thumbs down

Application Programming Interface


A set of functions, classes, protocols, and other components that define how pieces of software should interact with each other.
Source: developer.apple.com

6

0 Thumbs up   0 Thumbs down

app delegate


An object in your app (specifically, an instance of the AppDelegate class) that creates the window where your app’s content is drawn and that provides a place to respond to state transitions within the app.
Source: developer.apple.com

7

0 Thumbs up   0 Thumbs down

application object


An object in your app that’s responsible for managing the life cycle of the app, communicating with its delegate, the app delegate, during state transitions within the app.
Source: developer.apple.com

8

0 Thumbs up   0 Thumbs down

argument


A value you pass in to a function, method, or initializer to satisfy one of its parameters.
Source: developer.apple.com

9

0 Thumbs up   0 Thumbs down

array


A data type that stores multiple values of the same type in an ordered list.
Source: developer.apple.com

10

0 Thumbs up   0 Thumbs down

Attributes inspector


An inspector that you use to customize visual attributes of a UI element in a storyboard.
Source: developer.apple.com


To view all 126 definitions, please sign in.