ios - I have extra "cells"/lines in ipad scene -


i creating app , on ipad's @ end of table lines. there way see plain gray color after table ends? not sure if doing wrong or trying impossible. on iphones don't have problems, because whole menu cannot fit screen when scroll bottom thats stops, on ipad has fill rest of screen something.

enter image description here

yes. try

your_tableview.tablefooterview = [[uiview alloc] initwithframe:cgrectzero]; 

Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -