-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
Probably a stupid question ... but how do you un-bind a control ?
I added the binding to a view in a UITableViewCell and I'm having some troubles as other cells are reacting to the bind when my cell is off screen. While on-screen, all's good, updates realtime.
I think the way to fix that would be to unbind on didEndDisplayingCell.
Reactions are currently unavailable