fzwo / FRMBreakFast

An Xcode Plug-In that improves breakpoint display
MIT License
21 stars 4 forks source link

Switch to more secure swizzling #5

Open fzwo opened 8 years ago

fzwo commented 8 years ago

The swizzling method we're using changes the _sel argument, which can lead to unexpected behavior in case of forwarding methods, see http://petersteinberger.com/blog/2014/a-story-about-swizzling-the-right-way-and-touch-forwarding/ and http://nshipster.com/method-swizzling/