I want to know if it\'s allowed to use Multiple UItableView in the same View (i don\'t see any thing in the Apple\'s Human Interface Guidelines) and if it\'s OK
UItableView
You can set tag for each table. Then apply on that condition in tableview delegate method, for example:
myTable.tag=12;