All Versions
42
Latest Version
Avg Release Cycle
84 days
Latest Release
-

Changelog History
Page 5

  • v1.1 Changes

    UISearchBarExtensions:

    • textField: Return the text field inside search bar

    UITextFieldExtensions:

    • setPlaceHolderTextColor(color): Change place holder text color
    • leftViewTintColor: Left view tint color
    • rightViewTintColor: Right view tint color

    UINavigationItemExtensions:

    • replaceTitle(with image): Replace title with an image in naivgation item

    UITabBarExtensions:

    • setColors(background, selectedBackground, item, selectedItem): Change UITabBar colors

    UIImageExtensions:

    • filled(withColor): Return image filled with color
    • init(color, size): Create image from color and size

    UITextViewExtensions:

    • scrollToBotom(): Scroll to the bottom of text view
    • scrollToTop(): Scroll to the top of text view

    UISegmentedControlExtensions:

    • segmentTitles: Segments titles
    • segmentImages: Segments images

    UISliderExtensions:

    • setValue(value, animated, duration, completion): Set slide bar value with completion handler

    UIAlertControllerExtensions:

    • ๐Ÿ‘‰ show(vibrate): Added optional vibration while presenting the alert

    IntExtensions:

    • asLocaleCurrency: Return string with number and current locale currency

    FloatExtensions:

    • asLocaleCurrency: Return string with number and current locale currency

    DoubleExtensions:

    • asLocaleCurrency: Return string with number and current locale currency

    StringExtensions:

    • ๐Ÿ›  Fixed a bug in toDouble, toFloat, toFloat32, toFloat64 where number is not calculated if not in English

    DateExtensions:

    • โž• adding(component, value): Return date by adding a component
    • nearestHourQuarter: Return the nearest quarter to date
    • nearestHalfHour: Return nearest half hour to date
    • changing(component, value): Return date by changing a component
    • ๐Ÿ›  Fixed a bug in nearestFiveMinutes, nearestTenMinutes where date was always rounded always to next 5, 10 mins

  • v1.0.4 Changes

    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