ios - uicollectionview and searchbar cell height after search -


i have search bar below have collection view. when search , after scrolling display results shows wrong value , happens because of uiviewautoresizingflexibleheight. when delete this(uiviewautoresizingflexibleheight), shows right result last cell cut off. not using auto layout.

below image of storyboard view controller:

enter image description here


Comments

Popular posts from this blog

ruby on rails - ActiveRecord order not working -

javascript - How do you prevent nested queries/catches in sequelize? -

java - ConcurrentModificationException upon committing transaction with Hibernate -