Yoshi icon indicating copy to clipboard operation
Yoshi copied to clipboard

A convenient wrapper around the UI code that is often needed for displaying debug menus.

Results 10 Yoshi issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.2 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.1.3 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....

dependencies

Updated the codebase to Swift 5

- Bumped the version to 3.0.1 with Swift 5 updates

The problem is that this UIWindow stays in stack after Yoshi has been disappeared as Yoshi never removes this UIWindow from the stack and never makes main application's UIWindow keyAndVisible...

Also added customizable date formatter, addresses https://github.com/prolificinteractive/Yoshi/issues/74

Current implementation of `YoshiSingleSelectionMenu` doesn't allow to use `weak self` in `didSelect` handler because upon calling `super.init` in subclass initializer `self` will be passed before finishing initialization and app will...

`YoshiDateSelectorMenu` doesn't seem to provide an option to set a custom date format for the date picker. With the default date picker implementation I am for example not able to...

enhancement

The name Menu is confusing — it sounds like a screenful of options. Most classes/protocols/etc in Yoshi ending with the word "Menu" actually represent individual menu _items_, I.E. cells. YoshiGenericMenu...

enhancement