SwiftyUtils v0.2.0 Release Notes

Release Date: 2016-05-09 // almost 8 years ago
  • โœจ Enhancements

    ๐Ÿ‘€ Note: Take a look into the README to see the details of all the following enhancements

    ๐Ÿ†• New extensions:

    • CollectionType:
    func shuffle()
    
    • MutableCollectionType:
    func shuffleInPlace()
    
    • NSLayoutConstraint:
    func applyMultiplier(multiplier: CGFloat, toView: SwiftyView)
    
    • NSURL:
    func addSkipBackupAttribute()
    
    • NSRange:
    init(rangeOf textToFind: String, in text: String)
    

    ๐Ÿ†• New iOS extensions:

    • UIViewController:
    func deletePreviousViewControllers()
    func setupBackButton(hidden hidden: Bool = false, title: String = "", backIndicatorImage: UIImage? = nil, tintColor: UIColor? = UIColor.whiteColor())
    func setupRightBarView(view: UIView)
    func setupLeftBarView(view: UIView)