Created
November 20, 2021 08:37
-
-
Save SandeepAggarwal/5330dede6b4c6495524d3689893b7011 to your computer and use it in GitHub Desktop.
Fixes section header top spacing in iOS 15 using Xcode 13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
///Remove section header top spacing - https://developer.apple.com/forums/thread/684706 | |
if #available(iOS 15, *) { | |
sectionHeaderTopPadding = 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment