Skip to content

Instantly share code, notes, and snippets.

@SandeepAggarwal
Created November 20, 2021 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SandeepAggarwal/5330dede6b4c6495524d3689893b7011 to your computer and use it in GitHub Desktop.
Save SandeepAggarwal/5330dede6b4c6495524d3689893b7011 to your computer and use it in GitHub Desktop.
Fixes section header top spacing in iOS 15 using Xcode 13
///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