Develop
2013.04.23 18:06
[ios] 테이블뷰셀/뷰에 배경 패턴 넣기..
조회 수 31299 댓글 0
UITableViewCell 배경 패턴 넣기..
[self setBackgroundColor:
[UIColor colorWithPatternImage:
[UIImage imageWithContentsOfFile:
[[[NSBundle mainBundle] resourcePath]
stringByAppendingPathComponent:@"list_bg.png"]]]];저걸 줄이면..? ㅋㅋ
[self setBackgroundColor:
[UIColor colorWithPatternImage:
[UIImage imageNamed:@"list_bg.png"]]];-
Read More
[node.js] nodejs 기본 설치
-
Read More
[iphone] 화면 전환 Portrait & Landscape Mode
-
Read More
[iphone] performSelector:withObject:afterDelay: 에 대한 내용
-
Read More
[ios] 디렉토리 하하하..
-
Read More
[ios] iCloud관련 저장 디렉토리
-
Read More
[ios] NSData 클래스에 대해 (NSData <-> char*)
-
Read More
[ios] UILabel top alignㅎㅎ
-
Read More
[ios] UIColor 지정에서 RGB define ㅎㅎ
-
Read More
[ios] 자주 쓰는 패턴과 API
-
Read More
[ios] 테이블뷰셀/뷰에 배경 패턴 넣기..
-
Read More
[ios] DJBros. (DJ요맨~)
-
Read More
[ios] Debug Extensions (from 종길 차장님 ㅋㅋ)