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