Instance Method
インスタンスメソッド
init
Creates a user activity object using the first activity type declared in the app’s information property list file.
ユーザアクティビティオブジェクトを、アプリのもつ情報プロパティリストファイルにおいて宣言される最初のアクティビティ型を使って作成します。
Return Value
戻り値
An NSUserActivity
object.
NSUserActivity
オブジェクト。
Discussion
議論
This method retrieves the first string of the NSUserActivityTypes key declared in the app’s Info.plist
file.
このメソッドは、アプリのもつInfo.plist
ファイルにおいて宣言されるNSUserActivityTypesキーの最初の文字列を取って来ます。
See Also
参照
Creating a User Activity Object
ユーザアクティビティオブジェクトを作成する