I am asking for an Value like this:
[self.layer valueForKeyPath:@"transform.rotation.z"]
bit I need to pass it to a method which takes a CGFloat as parameter. What's the casting trick here?
|
|
|
|
|
|
|
Try
|
||
|
|
|
|
If you wanted a more concise, one line way to do that, you can do:
|
||
|
|