Skip to content

v0.2.0

Choose a tag to compare

@tbaranes tbaranes released this 09 May 16:35
· 509 commits to master since this release

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)