Closed anhhtchy closed 2 years ago
We have the same issue in our project.
The method swizzling in the swizzleProtocolSetter
function in NFXHelper.swift
file may be the root cause of this particular issue.
@anhhtchy I've tried with provided code (only replaced Bundle.bundleName
with Bundle.main
and stored image in assets catalog) and everything is work fine on the latest version.
when I create UIImage, If I use netfox version 1.15.0, the image is shown. If I use netfox version > 1.15.0, image don't show.
UIImage(named: "bubbleTailLeft", in: Bundle.bundleName, compatibleWith: nil)?.resizableImage(withCapInsets: UIEdgeInsets(top: 17, left: 21, bottom: 17, right: 21), resizingMode: .stretch).withRenderingMode(.alwaysTemplate)