In xib table is having 1 rows Dynamically as the app progresses in table from code there are 3 rows. In table view I have button in cell on whole click I need to show one pop up view and set its frame according to cell frame On the click I set frame of that pop up view As soon as the pop up view's frame is set the view is seen as it is seen in xib that is now instead of 3 rows there is only 1 row as in xib
These all happens when I set auto layout to true If I set auto layout false there is no problem I am not writing code as there is no code except I set frame with CGRECT