Hi all,
I have a class named as transaction in which one attribute is transactionDate which is of type NSDate.
I am using NSArrayController to display a list of transactions in a table view.
My requirement is-
I want to show date in first row in a text field labeled as "From" and date in last row in a text field labeled as "To".
My questions is-
Can I achieve this via binding in IB? If yes then how?
Thanks,
Monaj
I have a class named as transaction in which one attribute is transactionDate which is of type NSDate.
I am using NSArrayController to display a list of transactions in a table view.
My requirement is-
I want to show date in first row in a text field labeled as "From" and date in last row in a text field labeled as "To".
My questions is-
Can I achieve this via binding in IB? If yes then how?
Thanks,
Monaj