Tim Oliver
Tim Oliver
I already have a basic version working, but in order to properly support it like the real `UISegmentedControl`, I have to a bit more study on how that stuff works.
* Ability to set an array of reversible items externally. * Ability to set currently selected segmented to reversed or not.
For instances where we might be switching between a local device and a full RMP instance on a remote server, it would be nice to have a list of recent...
Some third party authentication providers (eg, Amazon Cognito) implement strict password policies, up to and including: * A minimum password length. * A minimum number of capital letters. * A...
At the moment, the 'remember me' form details are persisted in `NSUserDefaults`, which is absolutely unacceptable for production RMP implementations. At the very minimum, the passwords should be saved to...
The ability to automatically insert a username and password from the 1Password extension on iOS.
G'day @mallorypaine (and @LucasTizma)! 😁 Thanks so much for ensuring this project continues, even after Path's complete discontinuation. 🙏 I've been incredibly interested in this library for a comic reader...
When modified via the `Configuration` object, `Realm` instances can represent one of three different Realm types. * Local Realms * In-memory Realms * Synchronized Realms These states are mutually exclusive...
Hey folks! I'm really digging this library! Fantastic work! I have an idea for a feature. I'm happy to file a PR myself, but I thought I'd ask if it's...
Hi John! I'm absolutely loving Publish! Thanks so much for this project! 🙏 Here's a small repo polish PR if you're interested! 😁 I use dark mode on GitHub, and...