You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
The latest release 3.2.12 uses layout anchors (NSLayoutAnchor) which were introduced in iOS 9. However the pod file indicates that the Uservoice SDK works for iOS 6 and later.
Release 3.2.12 is very important to us because it fixes layout issues on the iPhone X, but we can't drop support for iOS 8 yet. Replacing uses of NSLayoutAnchor with good old NSLayoutConstraint should be pretty easy though.
The text was updated successfully, but these errors were encountered:
The latest release 3.2.12 uses layout anchors (
NSLayoutAnchor
) which were introduced in iOS 9. However the pod file indicates that the Uservoice SDK works for iOS 6 and later.Release 3.2.12 is very important to us because it fixes layout issues on the iPhone X, but we can't drop support for iOS 8 yet. Replacing uses of
NSLayoutAnchor
with good oldNSLayoutConstraint
should be pretty easy though.The text was updated successfully, but these errors were encountered: