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];

 

posted on 2018-01-19 16:38  土匪7  阅读(123)  评论(0编辑  收藏  举报