SFFocusViewLayout icon indicating copy to clipboard operation
SFFocusViewLayout copied to clipboard

UICollectionViewLayout with focused content

Results 13 SFFocusViewLayout issues
Sort by recently updated
recently updated
newest added

This fixes #16. Basically it is a workaround for a weird Xcode 8.2 behavior which might not get fixed but instead defined as the new expected behavior, so we should...

This fixes an NSInternalInconsistencyExceptionn that occurs when using SFFocusViewLayout with AsyncDisplayKit. The commit message has more details.

Downloaded the example project. Run. Lldb crash. Fail.

How do I change the background color of the layout? Change on `collectionView.backgroundColor` has no effect. And is it possible to have the layout end at the bottom of the...

I have just tried to install version 3.1.0 via Carthage but it failed. It looks to me as if this is a similar issue to https://github.com/ninjaprox/NVActivityIndicatorView/pull/102 which is basically a...

Is there by any chance a possibility to change the background of the collectionView? In color or Image? Once the user has scrolled through the content, there is a grey...

I used cocoapods to install but I cannot locate any documents to show how how to use this pod please help

With the new iOS 10's pre-fetching strategy the layout is overlapping cells

Hi, What do I need to do if I want to make the last visible cell as the focused view instead of the first visible cell? Thanks