-
Notifications
You must be signed in to change notification settings - Fork 139
SSPullToRefresh does not work correctly on ios11 if it's compiled with xCode9 #65
Comments
@avshiyanov, could you provide more details, please? |
@enzosterro I think this problems appears only after making a new build project in new xCode 9, this problem is related to content inset of UITableView and pull to refresh looks wired - for some cases it's under navigation bar and don't disappears after making "pull to refresh" |
@avshiyanov, it's interesting. I've got no problems that you've described. |
@enzosterro It happen after building project on xCode9 |
@enzosterro I think problem inside of SSPullToRefresh, I tried another pulls to refresh and it works but with not similar UI . I think you need test this control under XCode 9 with different simulators and you will see that it's broken, please look on screenshot |
I also have the same issue. Haven't had time to dig into the code to see why. Perhaps changes to the behavior of content insets of tableviews. And to be clear, it's not just an issue on the iPhone X, but also the iPhone 8 simulators. |
@ScottRobbins Yes it's contentInset issue, I was able to fix on client, but think best place to fix it in the library @enzosterro . Not sure if best solution is hardcode top inset for iPhoneX, but it works for me for all iOS and deviceTypes
Also In initWithScrollView method: |
@avshiyanov, sorry, but it's not mine library. And yes, after I've built project in xCode 9, I've stuck with same problems. |
@enzosterro I see, I did't say that its your |
I do have kind of the same issue, but on Xcode8/iOS 10. |
@pjechris Hi, I fixed it at https://github.com/avshiyanov/SSPullToRefresh |
No description provided.
The text was updated successfully, but these errors were encountered: