You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Swift protocol utilising the powerful UIKitDynamics API, which makes ANY UIView draggable within a boundary view that acts as collision body, with a single method call. Works for any UIView.
Extension (in Swift) and Category (in Obj-C) on UIImage with function that returns image frame in given UIImageView. Playgound to play around included.
CodableExtension contains helper methods for Decodable objects. The Codable documention from Apple is already very good and the Codable library from the Standard Swift Library in my opinion is exceptional. Everything can always be made easier, therefore I have made these extensions which allow for me to write even less code than what we do already.