nicklockwood/SwipeView

This makes lldb invalid

VictorJi opened this issue · 0 comments

xcode 6.3
lldb becomes invalid when using swipeview. That means I can't use 'po' to print object when debuging.
But when I delete the below line in SwipeView.m, it can work well.

  • (CGSize)swipeViewItemSize:(__unused SwipeView *)swipeView { return CGSizeZero; }