2013-08-16 4 views

답변

0

알아 냈습니다. 티타늄 사용에

이 :

module.setRect({ 
    x:10, 
    y:10, 
    width:100, 
    height:100 
}); 

와의

IOS 모듈 :

-(void)setRect:(id)value{ 
    CGRect rect = [TiUtils rectValue:value]; 
}