[NEW] Components interspacing#2269
[NEW] Components interspacing#2269rafaelks merged 17 commits intofeature/integrate-rc-view-controllerfrom
Conversation
| return 0 | ||
| } | ||
|
|
||
| func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, insetForSectionAt section: Int) -> UIEdgeInsets { |
There was a problem hiding this comment.
Line Length Violation: Line should be 120 characters or less: currently 162 characters (line_length)
| return 0 | ||
| } | ||
|
|
||
| func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat { |
There was a problem hiding this comment.
Line Length Violation: Line should be 120 characters or less: currently 175 characters (line_length)
|
|
||
| extension MessagesViewController { | ||
|
|
||
| func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat { |
There was a problem hiding this comment.
Line Length Violation: Line should be 120 characters or less: currently 170 characters (line_length)
Codecov Report
@@ Coverage Diff @@
## feature/integrate-rc-view-controller #2269 +/- ##
=======================================================================
- Coverage 25.61% 25.6% -0.02%
=======================================================================
Files 437 437
Lines 16515 16522 +7
=======================================================================
Hits 4231 4231
- Misses 12284 12291 +7
Continue to review full report at Codecov.
|
…ketChat/Rocket.Chat.iOS into feature/components-spacing
…cket.Chat.iOS into feature/components-spacing
@RocketChat/ios