Fix
- Now the CarPlay support (
CPListItem
) compiles again for iOS SDK 14.0 to 14.4. It was because an undocumented API change in theCPListItem
property. #2172 @brendonjkding - Fix an infinite
View
refreshing loop whenKFImage
is set withstartLoadingBeforeViewAppear
totrue
and the loading keeping fails. #2169 @onevcat @sisoje @mirkokg