How to setup NSMatrix with IB?
How to setup NSMatrix with IB?
- Subject: How to setup NSMatrix with IB?
- From: Youngjin Kim <email@hidden>
- Date: Tue, 19 Jun 2001 17:03:16 +0900
Hi,
I'm having difficulty in setting up NSMatrix with IB. Maybe I'm doing
this all wrong. What I want to do is setting a NSMatrix and put some
NSCells in it with IB. I created a custom view then set it as a
NSMatrix by clicking NSMatrix item in custom class palette. The custom
view's title changed to 'NSMatrix' correctly but when I select it in
window, IB's inspector doesn't show any NSMatrix specific data-such as
row,col etc- in info palette. The palette just shows that the custom
view is an instance of NSMatrix.
Youngjin