Releases: jwfriese/Fleet
Releases · jwfriese/Fleet
0.2.3
- Fixes bug where
enterText(_:)
and typeText(_:)
on UITextField
was not actually entering text if the text field had a delegate
- Hides some internal Fleet methods that were accidentally exposed publicly.
- Adds support for clearing text from a
UITextField
0.2.1
- Adds support for UINavigationController view stack methods, allowing Fleet users to immediately test the results of pushing/popping stuff on/off the stack.
- Clarifies interface of
FLTScreen
, and also allows Fleet users to create screens from UIWindow
objects other than the main application window.
- Alters the topmost view controller property on
FLTScreen
to handle the presence of UINavigationController
s in screen's view hierarchy.
0.1.9
- Adds missing support for automatically dismissing an alert controller when a .Cancel style action is tapped on it.
0.1.7
- Fix for bug in script that prevented all storyboard resources from being compiled for use in test
0.1.6
- Improved error handing and messaging around the storyboard-related features.
0.1.5
- Adds support for storyboard-related features in iOS versions less than 9
- Removes swizzling of private storyboard init method
0.1.1
This release adds support for UIBarButtonItem.