realm / realm-loginkit

A generic interface for logging in to Realm Mobile Platform apps
Apache License 2.0
74 stars 21 forks source link

Options to hide `serverURL` and `rememberLogin` #11

Closed TimOliver closed 7 years ago

TimOliver commented 7 years ago

For certain apps (Like Realm Tasks) that have explicitly set server URLs, it's not necessary to expose the URL field.

This PR adds two properties isServerURLFieldHidden and isRememberAccountDetailsFieldHidden that will hide those particular fields as desired.

simulator screen shot jan 25 2017 1 48 25 am