I currently have a NSView in a NSScrollView. The NSView is large and I need to scroll to manage the object inside.
Is there a way to style NSViews using css like rules? So that you don\'t 开发者_运维技巧have to use drawings commands? is there a library for this?No. You\'ll need to use Quartz (the native drawing fa
I want to add CATransition animation for NSView. I have the following code: [contentView setWantsLayer:YES];
I am implementing printing in my document-based Cocoa application, and I\'m wondering if anyone can help me out with this task.
Is there disadvantages to using WebKit WebViews compared to using NSViews? I\'m using a webview to create a UI for an applicat开发者_StackOverflow社区ion. The application itself does not have much in
I have an NSScrollView that is the parent of a custom NSView subclass. The subclass uses the NSScrollView\'s contentSize method in order to layout its subviews.
I\'m trying to draw a bunch of rectangles in an NSView which is inside an NSScrollView. The code is working pretty well, but it seems like the computer is drawing at the wrong points.
I have a view that contains a button and a textview. When the button is clicked, the textview\'s hidden status will change and be shown on the view. Springs and struts have been configured so the text
I have an NSView in an NSScrollView that I want to create a开发者_StackOverflown NSImage from. Because it\'s in an NSScrollView it\'s not always completely visible, and it can be even bigger that the
I\'m creating an application which should show a progress bar in the dock icon. Currently I have this, but it\'s not working: