Re: UITableView Custom Section Headers

2010-12-27 Thread ico
Hi Fritz, Actually I just found the answer hours ago, I forgot all the magic things are in the delegate protocol, of course I need to implement those methods to make magic happen. Anyway, thank you for your response. On Mon, Dec 27, 2010 at 11:16 PM, Fritz Anderson wrote: > On 27 Dec 2010, at 4:

Re: UITableView Custom Section Headers

2010-12-27 Thread Fritz Anderson
On 27 Dec 2010, at 4:30 AM, ico wrote: > I don't know if you have figured this out. I also want to know how to do the > customization > on the section part of the tableview, not the cell but the section part. I > want to put some > custom content including an image on my section header rather than

Re: UITableView Custom Section Headers

2010-12-27 Thread Luke Hiesterman
On Dec 27, 2010, at 2:30 AM, ico wrote: > Hi, > I don't know if you have figured this out. I also want to know how to do the > customization > on the section part of the tableview, not the cell but the section part. I > want to put some > custom content including an image on my section header r

Re: UITableView Custom Section Headers

2010-12-27 Thread ico
Hi, I don't know if you have figured this out. I also want to know how to do the customization on the section part of the tableview, not the cell but the section part. I want to put some custom content including an image on my section header rather than just some text. Can anyone tells me how to d