I am getting a point in NSPoint as:
NSPoint: {273,534}
I want to pass 273 and 534 into CGrectMake
.
For example:
viewTwo.frame=CGRectMake(273,534,someValue,someValue)
I am not able to get the values in that NSpoint
.
I tried passing it to NsArray and NSDictionary. Nothing works. Pls help
I use Po command in console and found the value which i need is in NSPoint. But dont know how to convert it
NSPoint is a Mac OS type. I don't think it's defined in iOS. In iOS you can just cast an NSPoint to a CGPoint: