I'm now creating a word count for my iWrite application.
What I would like to know is how to update a window after the users types a key. Because I can get two labels to tell how many word there is but they never update.
I have them in the awakeFromNib method, is there any other methods can be used that update when the nib is opened again and again or will I need to use a sheet?
Thanks in advance
Stephen
What I would like to know is how to update a window after the users types a key. Because I can get two labels to tell how many word there is but they never update.
I have them in the awakeFromNib method, is there any other methods can be used that update when the nib is opened again and again or will I need to use a sheet?
Thanks in advance
Stephen