Sorry about the long time without feedback.
I have finally found a solution to my problem. I embedded my UIViewController
which contains the UITableView
in a UINavigationController
. After a few researchs, it seems to be the good hierarchy for this case.
Hope this will help somebody helse. :)