Question

I have been using bindings without having ever heard of exposeBinding.

Is it only intended to plug-ins ?

What does exposeBinding do ?

Was it helpful?

Solution 2

From the doc.

exposeBinding:

Exposes the specified binding, advertising its availability.

OTHER TIPS

Expose bindings are nothing special, it is just normal binding what you see in the Xcode. But why its named is expose binding becuase when you do any binding in the interface builder. It causes second binding automatically in the interface builder which is called expose binding.

For your understanding i have attached the screen shot in which inside binding inspector i have just bind file owner to the hidden in Availablity section and then you can see below automatically it created hidden2 inside Availablity section below. This new binding hidden2 is called exposed binding. And also the used of these binding values are then used together in returning the final value of the binding. Please follow the attached screen shot:-

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top