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
// | |
// UIKitSwiftUITableView.swift | |
// Table Test | |
// | |
// Created on 2020-02-19. | |
// Note: While this solution fixes Table shifting bug, it introduces Navigation Bar Title bug for a Large Title. Beware. | |
// LBTATools can be downloaded using Swift Package Manager from: https://github.com/bhlvoong/LBTATools | |
// | |
import SwiftUI |