CGPoint->NSValue

http://blog.sina.com.cn/s/blog_65a8ab5d0101c0n2.html

CGPoint point = CGPointMake(self.superview.nim_width * 0.5, 120);
        NSValue *pointValue = [NSValue valueWithCGPoint:point];
原文地址:https://www.cnblogs.com/tufei7/p/8317704.html