2011-05-13 48 views

回答

2

不,你不能通過使用任何蘋果提供的API,但你可以創建自己的視圖,並將其放置在單元格的右側。

你只需要設置的UIView對象的框架,同時創建對象或frame財產,這樣

UIView *viewObject = {[UIView alloc] initWithFrame:CGRectMake(280, 10, 25, 25)]; 

viewObject.frame = CGRectMake(280, 10, 25, 25)