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

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -