Tag: cocoapods

  • STAlertView – UIAlertView with blocks

    STAlertView – UIAlertView with blocks

    While developing an iOS app, usually you have to show an alert view. The code to show it is very simple, but as most of the UKit components, it works with the delegate pattern. Working with delegates is easy, but the resulting code is split between two parts. The part where the component is initialized, […]