Ankish
Ankish
@onevcat : any possible resolution to this. This stalls the main thread and it affects the tableview scrolling.
@krodak : can you paste the temporary-fix code here, will be really helpful for me to analyze this than doing it all over again.
@krodak : Few things I am trying to analyse: 1) If I set completion handler to nil for ImagePrefetcher - would KF still have main queue issues? 2) If I...
@onevcat : any suggestions for prefetching without main thread stall? I don't need completion handler, just throwing URLS should be fine.
@onevcat : Will this feature/issue be considered. It is important to prefetch in most of the apps, using another library to prefetch and store in KF would be cumbersome. An...
import struct Decodable.KeyPath Resolved it
It build and runs with this solution. If I try to Profile my app - profiling stops at import protocol Decodable.Decodable - No Such module Decodable. Anyone checked this ?
Yes I see the same issue. All the view controller first time are under navigation controller . It breaks the first time UI experience.
Any solution to this ?
@ldutton241 this does not solve . If we have a tableviewcontroller on the view. 20 px get cut at the bottom . @komocode Can you please help resolve this