资 源 简 介
호환이 확인된 서브뷰들은 아래와 같습니다. * confirmed compatible with ad@m SDK 2.0 (2012.04.21) * confirmed compatible with adcube SDK 1.9 (2012.04.21) * confirmed compatible with admob SDK 6.0.1 (2012.04.23) * confirmed compatible with cauly SDK 2.4.6 (2012.04.21) * confirmed compatible with t-ad SDK 2.4.5.5 (2012.05.08) * confirmed compatible with iAD (2012.04.21)
Adlib 1.2.1 // @ 2012. 5. 2
```
기존 selector 방식 외에 delegate 방식이 추가되었습니다.
-(void)attach:(UIViewController)parent withView:(UIView)view withReceiver:(SEL)sel withPageName:(NSString*)name;
-(void)attach:(UIViewController)parent withView:(UIView)view withReceiver:(SEL)sel;
-(void)attach:(UIViewController)parent withView:(UIView)view withDelegate:(id)del withPageName:(NSString*)name;
-(void)attach:(UIViewController)parent withView:(UIView)view withDelegate:(id)del;
필요에 따라 상황에 맞는 메소드로 연결하시면 됩니다.
```