You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this class in XCode 5 in Storyboard, and it work fine loading content and appearing. The only problem I'm having is that I can't seem to figure out how to adjust the height of the CollapseClick object so that it doesn't start at the top - it starts underneath the Navigation Item I have on the view controller. A negative setContentOffset sort of works, but then scrolling resets it so that it jumps back to the top.
The text was updated successfully, but these errors were encountered:
My solution for the top Navigation item is as follows: In the sample, the main view is a Collapse Click class view. Add a second main view, and make the Collapse Click view smaller - i.e. not take up the whole screen.
My solution to setting the cell height, was to return a Nib for the CollapseClickCell, (referred to in the storyboard) where I can draw what I want.
I'm trying to use this class in XCode 5 in Storyboard, and it work fine loading content and appearing. The only problem I'm having is that I can't seem to figure out how to adjust the height of the CollapseClick object so that it doesn't start at the top - it starts underneath the Navigation Item I have on the view controller. A negative setContentOffset sort of works, but then scrolling resets it so that it jumps back to the top.
The text was updated successfully, but these errors were encountered: