Why not store all your references in an array (a little lookup table), then set
the firstResponder to the reference from the index of the object in the array +
1 and roll over to index 0 if the index is past the count of the array?
Shouldn't it be [self makeFirstResponder:myTextFieldRef]?
On A
> On 4 Aug 2015, at 12:17 am, Alex Zavatone wrote:
>
> Why not store all your references in an array (a little lookup table), then
> set the firstResponder to the reference from the index of the object in the
> array + 1 and roll over to index 0 if the index is past the count of the
> array?