06 2013 档案

如何让制作一个可以保持圆角的CCSprite
摘要:原文@interface StretchableSprite : CCSprite {}+(id)spriteWithFile:(NSString*)file size:(CGSize)size leftCap:(NSInteger)leftcap topCap:(NSInteger)topcap;-(id)initWithFile:(NSString*)file size:(CGSize)size leftCap:(NSInteger)leftcap topCap:(NSInteger)topcap;@end@implementation StretchableSprite+(id)spri 阅读全文

posted @ 2013-06-27 18:52 几百人有爱 阅读(216) 评论(0) 推荐(0) 编辑

SWTableView(CCTableView)移动列表项到指定索引对应的cell
摘要:http://blog.csdn.net/wzq9706/article/details/9105915+(void) setTableOffsetToIndex:(SWTableView*) table itemCounts:(int) itemCounts index:(int) index cellSize:(CGSize) cellSize { float offsetX = 0; float offsetY = 0; if (table.direction == SWScrollViewDirectionVertical) { if (tabl... 阅读全文

posted @ 2013-06-16 14:31 几百人有爱 阅读(224) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示