this question might seem a little weird, but I can\'t wrap my head around why this is happening.
What I did was I renamed a custom segue class, and reflected it in t
Check out this other SO question. Answer to "Issue #1" by declaring the custom-seque-class to be and objective-c class
Similiar SO Q&A - speaks to a flaw in XCode
Summary of answer:
@objc(CustomSequeLeft2Right) class CustomSequeLeft2Right { . . . }