Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

v3.1.0

Compare
Choose a tag to compare
@jonreid jonreid released this 01 Jan 17:30
· 43 commits to master since this release

Version 3.1.0

01 Jan 2019

  • Added actions which greatly simplify Swift tests. Instead of alertVerifier.actionsTitles[0] as? String, use alertVerifier.actions[0].title
  • Added preferredAction
  • Added textFields
  • Share scheme for Carthage builds. Thanks to: Kevin Donnelly

Deprecated:

  • Deprecated actionTitles and -styleForButtonWithTitle:. Use actions instead.