随笔分类 -  设计灵感

[Work Notes] Keep the interface small and clean
摘要:Today, Peak and I reviewed two methods provided by CanvasRow when we review a defect fixing:GetExistingCell(int nColumnID)As its name indicates it search all the existing cells with the specified nColumnID. And it will return null if no existing cell.GetCell(int nColumnID)It will call GetExistingCel 阅读全文

posted @ 2012-01-06 22:22 Jalen Wang 阅读(920) 评论(0) 推荐(0)

导航