Fonts for UISearchBar in Swift 4

UISearchBarFontKit – An extension for UISearchBar that makes it effortless to set the font, which is otherwise convoluted. Read more

Similar

Forging Swift MT Payment Messages for Fun

TLDR: With a bit of research and support we were able to demonstrate a proof of concept for introducing a fraudulent payment message to move £0.5M from one account to another, by manually forging a raw SWIFT MT103 message, and leveraging specific system t... (more…)

Read more »

Method dispatch in Swift

Method Dispatch is how a program selects which instructions to execute. Learn how Swift method dispatch works, including some unexpected edge cases.

Read more »