v0.2.0
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)