I'm making a project for osx and I need to add multiple NSTextfields to a custom view (NSView) programmatically. I don't know how to achieve this correctly.
This is what I need to do:
I know how to create the NSTextfiedls and how to add them to the NSView, but i dont know how to config them to show like in the image and set them any constraints in code. I'm using autolayout.