728x90
UITableViewCell 에 보면 UITableViewCellSelectionStyle enum을 보면
The style of selected cells.
typedef enum {
UITableViewCellSelectionStyleNone,
UITableViewCellSelectionStyleBlue,
UITableViewCellSelectionStyleGray
} UITableViewCellSelectionStyle;
이렇게 나와있다. 다른색으로 세팅을 할려면 CustromCell을 직접 만들어서 적용하면 된다.
또는 selected img로 등록해서 적용하면 어떨까?
728x90
'Developer > iOS' 카테고리의 다른 글
[IPhone]코드로 버튼 추가하기. (1) | 2011.03.21 |
---|---|
[IPhone]UIBarButtonItem에 Custom Button으로 Image로 바꾸기 (0) | 2011.01.24 |
[IPhone] TabBarController의 TabBar(hidden) 숨기기. (1) | 2011.01.18 |
[IPhone] Twipic을 이용해서 이미지 업로드하기! (2) | 2011.01.12 |
[IPhone] 아이폰에서 주소록 가져오기. (4) | 2011.01.12 |