UIViewController+GSTracking swizzle should be explicitly opt-in

Issue #2 new
James Billingham created an issue

Currently the swizzling is happening even without importing the header.

Comments (3)

  1. Giles Williams

    This is how swizzling works in ObjC - if you have the files in your project whatsoever it will cause the swizzling to occur

  2. James Billingham reporter

    Only if it happens in the load method. The swizzling itself could take place elsewhere after a method has been called to enable it.

  3. Log in to comment