NeverBe
Results
1
issues of
NeverBe
SWTableView clips incorrect: SWTableView *scroller = [SWTableView viewWithDataSource:self size:CGSizeMake(1024, 600)]; scroller.direction = SWScrollViewDirectionVertical; scroller.verticalFillOrder = SWTableViewFillTopDown; scroller.delegate = self; scroller.position = ccp(0, 0); // left bottom corner [self addChild:scroller]; Only...