Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.02 KB

File metadata and controls

27 lines (16 loc) · 1.02 KB

XIB

Learn how to leverage XIB files instead of designing cells purely in storyboard

You might have your good reasons to use XIB over storyboard in prototyping a cell. That's totally fine.

  • Create your XIB file and design a prototype cell.

Xcode

  • Add the file name in your collection view's attribute inspector.

Xcode

  • Run your app, and there you go!

Where to go next?

Abstract Layer supports lots of features on the ALCollectionView, so make sure to check the rest out!

As for customizability, Abstract Layer has a dedicated section for it.