func reloadDataWithoutAnimation()

in Example/AmazonFreeRTOSDemo/AmazonFreeRTOSDemo/DevicesViewController.swift [71:75]


    func reloadDataWithoutAnimation() {
        UIView.performWithoutAnimation {
            self.tableView.reloadData()
        }
    }