hbk3
Results
2
issues of
hbk3
Naming
3
Hello Please add Prefix to all files, nibs etc. I got situation when I add xib with name CardView, your bundle also has xib named CardView, so function fileprivate class...
When create a simple effect like ``` let testImage = UIImage(named:"cat.jpg")! let unsharpMask = UnsharpMask() unsharpMask.blurRadiusInPixels = 5 unsharpMask.intensity = 2.5 let filteredImage = testImage.filterWithOperation(unsharpMask) ``` within Xcode 12.4 and...