FreeRDP
Loading...
Searching...
No Matches
Instance Methods
NSObject(TSXAdditions) Category Reference
Instance Methods
(void)
-
setValuesForKeyPathsWithDictionary:
Detailed Description
Definition at line
13
of file
TSXAdditions.h
.
Method Documentation
◆
setValuesForKeyPathsWithDictionary:
- (void) setValuesForKeyPathsWithDictionary:
(NSDictionary *)
keyedValues
Definition at line
1
of file
TSXAdditions.m
.
18
:(NSDictionary *)keyedValues
19
{
20
for
(
id
keyPath in keyedValues)
21
[
self
setValue:[keyedValues objectForKey:keyPath] forKeyPath:keyPath];
22
}
The documentation for this category was generated from the following files:
TSXAdditions.h
TSXAdditions.m
NSObject(TSXAdditions)
Generated by
1.9.8