This repository has been archived by the owner on Jan 2, 2020. It is now read-only.
v3.1.0
Version 3.1.0
01 Jan 2019
- Added
actions
which greatly simplify Swift tests. Instead ofalertVerifier.actionsTitles[0] as? String
, usealertVerifier.actions[0].title
- Added
preferredAction
- Added
textFields
- Share scheme for Carthage builds. Thanks to: Kevin Donnelly
Deprecated:
- Deprecated
actionTitles
and-styleForButtonWithTitle:
. Useactions
instead.