You could also do something like add a class method to your cell class that
creates a non-queued instance (if necessary to the calculation) and calculates
the cell height based on whatever goes into determining it. That avoids mucking
around with the collection view's queue.
What I'm currentl
On Oct 4, 2013, at 2:45 PM, David Hoerl wrote:
> On 10/4/13 5:09 PM, Steve Christensen wrote:
>> On Oct 4, 2013, at 1:52 PM, David Hoerl wrote:
>>
>>> But its really odd - and I'm thinking about a bug report on this - that the
>>> delegate has to provide the size before the view is even create
On 10/4/13 5:09 PM, Steve Christensen wrote:
On Oct 4, 2013, at 1:52 PM, David Hoerl wrote:
But its really odd - and I'm thinking about a bug report on this - that the
delegate has to provide the size before the view is even created.
It make sense if you think about it: it's asking for size
On Oct 4, 2013, at 1:52 PM, David Hoerl wrote:
> But its really odd - and I'm thinking about a bug report on this - that the
> delegate has to provide the size before the view is even created.
It make sense if you think about it: it's asking for sizes so that scroll view
contentSize can be set
I have a bunch of views in it, each grouped into a container view. What I'd
like to do is when the view rotates, move the container views around. Currently
this seems impossible because the size of the header (and footer) must be
specified to the Flow Layout before the view is even created, a
On Oct 4, 2013, at 11:35 AM, David Hoerl wrote:
> Becoming increasingly adept at autolayout but currently stumped. What I am
> trying to do is design a UICollectionView header that using constraints is
> suitable for portrait and landscape.
>
> I have a bunch of views in it, each grouped into
Becoming increasingly adept at autolayout but currently stumped. What I
am trying to do is design a UICollectionView header that using
constraints is suitable for portrait and landscape.
I have a bunch of views in it, each grouped into a container view. What
I'd like to do is when the view rot