Closed rick2ricks closed 9 years ago
Because currently the DateRange instance holds a weak reference to the binding object. The reason for making it a weak reference is: usually we would load the model in the view controller, keep a strong reference to them, and the binding field is just for easy access to the model
I will consider to make it a strong reference. But with the current version, you have to keep a strong reference to that [String]
ohh i see, thank you. Nice calendar by the way.
Hi , i am having trouble while trying to bind a [String] to a range. it returns nil , is that a bug ? or am i missing something ?
thanks