Cocos2D-Extensions
Cocos2D-Extensions copied to clipboard
A set of classes to extend Cocos2D Library functionalities
Hello .. I was trying to use SWScrollView in my project, but could not use it properly. I could not understand, anything from the sample project also. I possible, please...
Here's what I did - when doing same thing as in sample project, it works as expected. In samples table view node is added as subview to CCLayer. But everything...
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...
I have a vertical tablew view with quite a few elements and I use top down approach. When my table view is created I can see the bottom part of...
I've got a vertical table with single column topdown list, which looks great on normal devices. (See serban's fork for actual table view test that works. ) However, on a...
Cells in Horizontal Table View are aligned to the right instead of to the left. Left side seems like the 'natural' choice. Is there any way to change that?
In Mullti Column Table View, if you have let's say 4 columns and only 13 cells, tapping on the space after the last cell will be registered as tapping on...
When I remove an element from the datasource of the table view & reload the table I will get empty space instead of the element. What I expect after removal...