I am pretty new to Iphone development . so please bear me if I ask some very simple questions.
In my application I have multiple views(i.e. .xib files). On clicking
I suggest you make sure that the size of the table requires rows to be displayed.
Indeed, it could be a case for why the method cellForRowAtIndexPath is not called, however the numberOfRowsInSection should be called.
cellForRowAtIndexPath
numberOfRowsInSection
In this case you'll not see anything in your table.