Top space came on tableview ios 15 swift

Problem: 

In tableview small space came in top of the tableview.But not given in constraints.Also it came in some devices only.


Solution:

        if #available(iOS 15.0, *){

            self.tableView.sectionHeaderTopPadding = 0.0

        }

Use the above code to remove the white space in tableview.

Comments

Popular posts from this blog

How to blink a button iOS swift?

Convert NsNumber, NSDate to String in iOS Swift

Parse the value from string value iOS swift