Display Image in NSTableView

Now I can display the image as a table. Most importantly, there will be several data sources, and each will have a different image. I use pubsub to get data.

Example:

data source 1

picture

-data p>

-data1

data source 2

image 1

-data 2

-data 3

+3
source share
2 answers

You need a controller object that is defined as a data source in the form of a table. The task of this single controller is to show how to display the table. You do not use multiple data sources to represent the table.

, NSTableDataSource. , .

+2

IB Library , . (, ).

+2

Source: https://habr.com/ru/post/1730805/


All Articles