kentnguyen / KNSemiModalViewController

KNSemiModalViewController
1.8k stars 278 forks source link

add typedef on NS_ENUM #71

Open PatrickNegretto opened 9 years ago

Phenmod commented 9 years ago

-NS_ENUM(NSUInteger, KNSemiModalTransitionStyle) { +typedef NS_ENUM(NSUInteger, KNSemiModalTransitionStyle) { KNSemiModalTransitionStyleSlideUp,

you save my life!

I custom a view with name "ShareActionView", it import "UIViewController+KNSemiModal.h". when compile for simulator, xcode got error:

ShareActionView.o
UIViewController+KNSemiModal.o
ld: 1 duplicate symbol for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)