I am trying to make my current application compatible to IOS 9 devices. The very first thing I have noticed running the app for the first time on an IOS9 Simulator was that the app is running extremely slow. That means that all animations and segues are laggy although on the IOS 11 Simulator and on a real device it is running flawlessly. Unfortunately I have currently no testing device running IOS 9 on it. Additionally I can mention that the UITableView
got a weird behavior. When scrolling through the tableview it seems that the cell are snapping in although I have set a estimated row height and there is an additional spacing after the last cell which is not existent on IOS 11.
Strangely I have not seen any users complaining about this problem. Just questions the other way around where users are complaining about a slow IOS 11 simulator. Maybe somebody has experienced the same problem? Or am I maybe missing some settings in Xcode?