<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'uitableviewcell' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/uitableviewcell</link>
		<description>uitableviewcell</description>
		<language>ko</language>
		<pubDate>Thu, 30 Dec 2010 11:07:23 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[TableViewCell 사용시 느낀점.]]></title>
	<link>http://beohemian.egloos.com/1986415</link>
	<guid>http://beohemian.egloos.com/1986415</guid>
	<description>
	<![CDATA[ 
요즘 tableView를 이용한 UI를 많이 접하다가 느꼈던 내용들을 잊지 않기 위해 블로그의 글을 남긴다.    1. Cell의 frame init 과 data init을 확실히 분기 시켜야 한다는 점.      - Cell은 TableView가 스크롤 됨에 따라서 계속해서 재사용(reuse)를 하게 된다.       그래서 재사용을 하기 위해서는 frame 과 data 초기화(init)을 확실히 구분을 지어놓지 않으며,       TableView가 스크롤 될 시에 Cell안에 존재하는 컨텐츠(content)들의 frame정보나 data들이 꼬일수 있다.    - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NS	]]>
	</description>
	<pubDate>Thu, 30 Dec 2010 11:07:23 +0900</pubDate>
	<dc:creator><![CDATA[Just Do It!!]]></dc:creator>
</item>
<item>
	<title><![CDATA[UITableViewCell 생성시 변경된 내용]]></title>
	<link>http://neojjang.egloos.com/1920407</link>
	<guid>http://neojjang.egloos.com/1920407</guid>
	<description>
	<![CDATA[ 
3.0으로 업그레이드 되면서 테이블에서 UITableViewCell의 생성 코드가 바뀌었다.  컴파일을 어느 버젼에 맞추느냐에 따라 오류가 나는 코드와 안나는 코드가 있으니...어지럽다.    역시나 나쁜 머리를 위해 이곳에 변경된 내용만 기록을 한다.    기존 UITableViewCell을 생성하는 코드는 보통 아래와 같다. 보통 &quot;initWithFrame&quot;을 사용한다.    // Customize the appearance of table view cells.  - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {            static NSString *Cel	]]>
	</description>
	<pubDate>Mon, 22 Jun 2009 13:47:45 +0900</pubDate>
	<dc:creator><![CDATA[IT 프로를 향한 조건?]]></dc:creator>
</item>
	</channel>
</rss>

