i\'m trying to make a table with multiple section (like contact app) everything went well and i\'ve created custom section header on top of each section displaying the cha
This should work automatically if you use the Table View Style "Plain" and not "Grouped".
From the documentation:
UITableViewStylePlain: A plain table view. Any section headers or footers are displayed as inline separators and float when the table view is scrolled.
UITableViewStyleGrouped: A table view whose sections present distinct groups of rows. The section headers and footers do not float.