progrium / darwinkit

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

Example of TableView #217

Closed corruptmemory closed 9 months ago

corruptmemory commented 9 months ago
corruptmemory commented 9 months ago

Addresses #214

progrium commented 9 months 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 8 months ago

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

progrium commented 8 months 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 8 months 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.