Jakob Mittelberger
Results
2
issues of
Jakob Mittelberger
When returning a big amount of data within a single request call, memory will be allocated, but never gets released. The strange thing: It only happens on Linux and not...
There ist a small error in "convertRect(fromViewRect viewRect : CGRect)" `let imageTopLeft = convertPoint(fromImagePoint: viewTopLeft) let imageBottomRight = convertPoint(fromImagePoint: viewBottomRight)` should be replaced with `let imageTopLeft = convertPoint(fromViewPoint: viewTopLeft) let...