-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There appear to be some changes in the recent Rubymotion updates (I haven't been able to find where) that means some specs were failing when run with iOS 9 as the target. This change introduces a fix specifically to the `Constants.get` method as used by `UIActivityViewController`. The error was, passing activities to exclude from the activity view caused an error where an Array was expected but the splat wasn't creating one. The other issue this fixes is to delegate the `tag` property on a `UINavigationViewItem` to it's child `UIBarButtonItem` in the test implementation (a `UINavigationViewItem` doesn't have a `tag` property).
- Loading branch information
1 parent
73d197a
commit 60dec67
Showing
4 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters