Gman9855
Gman9855
Did you ever find a solution to this? I'm looking to center a view within the menu view controller, but can't seem to find a way to calculate that width...
What did you use instead?
@chiahsien I get a crash in `viewForSupplementaryElementOfKind` when `dequeueReusableSupplementaryViewOfKind:reuseIdentifier` is called. This is the info i have about the crash... `Assertion failure in -[UICollectionViewData layoutAttributesForSupplementaryElementOfKind:atIndexPath:]` I'm setting the footer height...
@cheriaa I've gotten it to at least not crash now. You have to register the UICollectionReusableView class first. So now what I have is the extra space I provided to...