progrium / darwinkit

Native Mac APIs for Go. Previously known as MacDriver
MIT License
5.04k stars 160 forks source link

Example of TableView #217

Closed corruptmemory closed 1 year ago

corruptmemory commented 1 year ago
corruptmemory commented 1 year ago

Addresses #214

progrium commented 1 year ago

Looks good!

Also looks like we missed a delegate builder. I guess because we only generate those if the name ends with Delegate, since it could sometimes be a Protocol for something else. But maybe we should just make delegate builders for every protocol anyway?

Charliego3 commented 1 year ago

@corruptmemory Could you please provide an example of OutlineView? I tried not to display the content anyway, thank you very much!

progrium commented 1 year ago

@Charliego3 I'm not sure OutlineView was something they were interested in, but if you'd like to make a separate issue requesting somebody make an OutlineView example, that might be more fruitful.

Charliego3 commented 1 year ago

@Charliego3 I'm not sure OutlineView was something they were interested in, but if you'd like to make a separate issue requesting somebody make an OutlineView example, that might be more fruitful.

OK,Thanks.