I have the following code:
if (conditions) {
[NSCursor pop];
[[NSCursor closedHandCursor] push];
}
So if the conditions in the if loop are true, my cursor will change to a closedHandCursor.
Now I want to change it with an image. How do I do this?
Use following initializer to init NSCursor:
Present in NSCursor Class and let me know , if it helps…