SwifterSwift v1.0.4 Release Notes

  • UILabelExtensions:

    • requiredHeight: Return required height for a label

    UIImageViewExtensions:

    • 💅 blur(withStyle: UIBlurEffectStyle): Make image view blurry
    • 💅 blurred(withStyle: UIBlurEffectStyle): Return a blurred version of an image view

    UINavigationControllerExtensions:

    • 👉 makeTransparent(withTint: UIColor): Make navigation controller's navigation bar transparent

    UINavigationBarExtensions:

    • 👉 makeTransparent(withTint: UIColor): Make navigation controller's navigation bar transparent

    UITextFieldExtensions:

    • trimmedText: Return text with no spaces or new lines in beginning and end

    UIViewExtensions:

    • addShadow(ofColor, radius, offset, opacity): /// Add shadow to view

    UIImageExtensions:

    • filled(withColor): Return image filled with color

    DateExtensions:

    • nearestFiveMinutes: Return nearest five minutes to date
    • nearestTenMinutes: Return nearest ten minutes to date

    UIViewExtensions:

    • shake: Completion handler added to shake function