Maz

Results 25 issues of Maz

Hello, This tool is a lot of fun, but I find myself more often than not missing one character, and that leads to a cascade of errors due to that...

based on the one from UniTask.

I think the library is missing detailed guides to help developers more easily integrate the library with their project. Need to fix that.

is:docs

After adding the new masking functionality, there is a new dependency: `QuartzCore`. Need to update the readme to make sure users are aware of that. Also, need to show the...

enhancement

Hey! I thought I'd start an issue with this new task I am tackling, so I can dump the ideas and issues I com across.. First thing's first, what is...

Instead of manually writing new Swift classes, tests, pod specs, and modifying the readme, we can have a configuration file with all the apps specs we have, and then a...

enhancement

iOS 10 adds a way to asynchronously try opening an applications, and registering a callback once that's over: ``` swift open func open(_ url: URL, options: [String : Any] =...

enhancement

Having added applications inherit `ExternalApplication` gives us a lot of flexibility, but I am starting to question the need for such a flexible design. Perhaps making it a simple struct...

refactor
details needed

This issue was discussed a bit here https://github.com/telly/TLYShyNavBar/issues/2, but I wanted to dedicate that issue for the navbar animation. Currently, the `TLYNavBarManager` applies a "cleanup" in `viewWillAppear`, `viewWillDisappear`, causing the...

enhancement

Hi, Thanks for sharing this great component. I would like to suggest adding some `IBInspectable` flags to some properties. Hopefully, it won't take much time (unless the values aren't meant...