开发者

finding the coordinates of an NSImageView

Im not too used to cocoa yet, so please bear with me

I am writing a game for mac in Objective-C on cocoa, and I have one problem:

I have two NSImageViews, and i need to set it up so that if I move one, the other one follows it ON THE Y AXIS ONLY. How do I find out the coordin开发者_如何学运维ates of the first image so that i can apply the x value to the second one?

Any help is greatly appreciated


I'm not sure if this works with NSImageView, but it works with UIImageView.

yourImage.frame.origin.x;

I hope that helps

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜