steve228uk / MessengerKit

:speech_balloon: A UI framework for building messenger interfaces on iOS
MIT License
1.48k stars 128 forks source link

iOS 9 Minumum Deployment Target #31

Closed alessioarsuffi closed 4 years ago

alessioarsuffi commented 5 years ago

Let me know if there are issues :) thanks

steve228uk commented 5 years ago

Thanks @alessioarsuffi!

I'm curious, what prompted the change to the contentInset?

alessioarsuffi commented 5 years ago

Actually, there is a problem with iOS9, edges of UICollectionView are displayed under ViewController navigationBar. Is this something you've already faced? Though I will take a deeper look in the weekend. Let me know if this is something you know how to solve :)

alessioarsuffi commented 5 years ago

I think it is now solved. I've pinned MSGCollectionView to TopLayoutGuide.bottomAnchor if iOS 9. Tested also with iPhone X - XR to see if Safe Area was still ok.

Fabi755 commented 4 years ago

What's the status? Why this is not merged? :(

sjoness commented 4 years ago

Given the age of iOS 9, I don't think it makes sense to do this now. Moving forward this will be updated to support > iOS 12 or 13