¡@

Home 

2014/10/15 ¤U¤È 10:11:46

iphone Programming Glossary: mypaidviewcontroller

How to use different interface declarations at compile time without confusing Interface Builder

http://stackoverflow.com/questions/5177040/how-to-use-different-interface-declarations-at-compile-time-without-confusing-in

in my @interface definition. I just defined the class as normal as if it was the paid non ad version. Let's call it MyPaidViewController. @interface MyPaidViewController UIViewController UIActionSheetDelegate Then I created a subclass of MyPaidViewController.. just defined the class as normal as if it was the paid non ad version. Let's call it MyPaidViewController. @interface MyPaidViewController UIViewController UIActionSheetDelegate Then I created a subclass of MyPaidViewController which was the for the free version... @interface MyPaidViewController UIViewController UIActionSheetDelegate Then I created a subclass of MyPaidViewController which was the for the free version. Something like @interface MyFreeViewController MyPaidViewController ADBannerViewDelegate..