English 中文(简体)
习俗观点或习俗小组
原标题:Custom Views or Custom Cells

I have a question about creating custom views. I wanted to implement an interface where I want to have different objects configured in one place, each of them with it s own controls. Kind of like in automator, on the right side view where the workflow is shown with different actions. Are those NSView or NSCell subclasses ? Any example will be appreciated !

法 国

问题回答

这里,你可以告诉一位国家情报和安全局,另外还有一位国家意见:

国家航天中心基本上是邮票。 鉴于某种价值/目标,国家航天中心知道如何利用你想要的屏幕。 如同NSTextCells一样,他们知道如何在屏幕上抽取国家安全局如何想要。 国家安全委员会没有国家,没有记住任何东西,它们只是一shot一.一.一.一.,用某种价值/目标执行。 想法是尽可能再利用国家航天中心,以便把事情简单地放在屏幕上。

在你的屏幕上,NSView是一种逻辑的集装箱。 它们在技术上可以自行提炼,但其中相当一部分利用国家航天中心进行绘画。 例如,NSText Field利用NSTextCell在屏幕上提取其案文,还载有必要的额外逻辑,通过在编辑过程中展示你可以使用的文字箱,并在NSTextCell重新编辑时使用。 NSView也是反射链的一部分,可以应对烟雾、键盘事件和类型。

你也许会结束两点,即国家安全局的意见,以控制你想要使用的所有控制,对每个物体和国家经济委员会进行清点,以提取海关调查要素(如你使用非标准控制)。





相关问题
Asynchronous request to the server from background thread

I ve got the problem when I tried to do asynchronous requests to server from background thread. I ve never got results of those requests. Simple example which shows the problem: @protocol ...

objective-c: Calling a void function from another controller

i have a void, like -(void) doSomething in a specific controller. i can call it in this controller via [self doSomething], but i don t know how to call this void from another .m file. I want to call ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

NSUndoManager and runModalForWindow:

I have a simple Core Data app which displays a list of entities in the main window. To create or add new entities, I use a second modal window with a separate managed object context so changes can be ...

NSMutableArray values becoming "invalid"

I m trying to show a database information in a tableview and then the detailed information in a view my problem is as follow: I created a NSMutableArray: NSMutableArray *myArray = [[NSMutableArray ...

iPhone numberpad with decimal point

I am writing an iPhone application which requires the user to enter several values that may contain a decimal point (currency values, percentages etc.). The number of decimal places in the values ...

热门标签