Author Topic: How to set up the UIScrollView item distance is zero  (Read 2209 times)

kukushaoye

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 1
    • View Profile
How to set up the UIScrollView item distance is zero
« on: February 27, 2015, 10:10:40 PM »
How to set up the UIScrollView  item distance is zero

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How to set up the UIScrollView item distance is zero
« Reply #1 on: March 01, 2015, 04:50:22 PM »
Scroll view just does scrolling. Arrangement is done by either a grid, a table, or just manually via code. Which one did you use? Judging by your pic you should be using a grid, in which case it should be a simple matter of adjusting the cell height value.