> On 24 May 2017, at 19:53, Richard Charles wrote:
>
> Actually the order does not matter. You should be able to make the connection
> before or after you change the formatter class to your custom class.
In this case the order did matter.
Maybe this is because IB expects NSFormatter for a form
> On May 25, 2017, at 3:03 AM, J.E. Schotsman wrote:
>
> In this case the order did matter.
> Maybe this is because IB expects NSFormatter for a formatter outlet, not
> Formatter?
I just tried this with a new project in Xcode 8.3.2.
With Objective-C the order does not matter.
With Swift the