hello.
i add CCTablevew and i wanna Drawline on Table like
- (void)draw {
[super draw];
ccDrawLine(ccp(100,100),ccp(300,300));
}
but line dont move when table scroll ....
how draw line on Table View with scrolling???
A fast, easy to use, free, and community supported 2D game engine
hello.
i add CCTablevew and i wanna Drawline on Table like
- (void)draw {
[super draw];
ccDrawLine(ccp(100,100),ccp(300,300));
}
but line dont move when table scroll ....
how draw line on Table View with scrolling???
You must log in to post.