I have an iOS keyboard extension that displays rows of UIImageView
s in a scroll view.
Addendum, for clarity: the exact same codebase produces two very different results on two different iOS versions. There is no mention in the iOS 14 release notes for changes affecting keyboard extensions. Because of the differentiating results from iOS versions, I have no insight on what code to paste which may offer clues about what has caused this.
This question is open to those who may have insights or had experiences with iOS versions causing issues.
With the same codebase, on iOS 13, the rows of images show normally:
On the same device type with iOS 14, no images shows:
UIImageView
issue and not a keyboard extension issue – Sinker