mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 17:28:22 +00:00
Fix its in FAQ
Summary: When you want it to be possessive, it's just i-t-s, but when you want it to be a contraction, it's i-t-'-s. Issue fixed: #764 - [ ] All tests pass. Demo project builds and runs. - [ ] I added tests, an experiment, or detailed why my change isn't tested. - [ ] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [ ] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/781 Differential Revision: D5129333 Pulled By: rnystrom fbshipit-source-id: c12e15c7403f888384119c78ef632044a054c5e6
This commit is contained in:
parent
f3be4352d8
commit
c2504e0d0e
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ No! `IGListKit` is designed to have a 1:1 instance mapping between objects and s
|
|||
|
||||
#### Why does `UICollectionViewFlowLayout` put everything in a new row?
|
||||
|
||||
`UICollectionViewFlowLayout` has its limitations, and its not well designed to support sections on the same "line". Instead you should use [`IGListCollectionViewLayout`](https://github.com/Instagram/IGListKit/blob/master/Source/IGListCollectionViewLayout.h).
|
||||
`UICollectionViewFlowLayout` has its limitations, and it's not well designed to support sections on the same "line". Instead you should use [`IGListCollectionViewLayout`](https://github.com/Instagram/IGListKit/blob/master/Source/IGListCollectionViewLayout.h).
|
||||
|
||||
#### What if I just want a section controller and don't need the object?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue