Instance Method
objectInSettings(forKey:)objectInSettingsForKey:objectInSettingsForKey_
Returns the object in settings for the specified key.
Declaration
func objectInSettings(forKey key: String?) -> AnyDeclaration
- (id) objectInSettingsForKey:(NSString *) key;Declaration
objectInSettingsForKey_(key: str) -> objectParameters
keyThe key to retrieve the object for.
Return Value
The object for the specified key, or nil if not found.