Initializer

init()

Creates a user activity object using the first activity type declared in the app’s information property list file. ユーザアクティビティオブジェクトを、アプリのもつ情報プロパティリストファイルにおいて宣言される最初のアクティビティ型を使って作成します。

Declaration 宣言

convenience init()

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 ユーザアクティビティオブジェクトを作成する