I'm working through the Apple dev tutorial - by the way, best damn tutorial I've ever seen - and I'm doing a few mods along the way for my use case.

One thing I can't figure out has to do with text field delegates. I've got the "textFieldShouldReturn()" firing for my first text field. But I've added a second text field. As far as I can tell I've duplicated everything except the name of the field, but for the life of me I can't get it to fire when the field loses focus.

I'm sure this is something simple I just haven't seen yet. Any pointers?