2

If I want to bind to properties of my custom control from Interface Builder do I need to write my own IB plugin? Will I have to do it programmatically otherwise?

Randall
  • 14,691
  • 7
  • 40
  • 60

1 Answers1

1

You will need to write an IB Plugin and expose the control's bindings if you want to establish bindings in Interface Builder. See this answer to a similar question.

Community
  • 1
  • 1
Joshua Nozzi
  • 60,946
  • 14
  • 140
  • 135