Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add iOS ToggleTool View Implementation #15

Closed
maximbircu opened this issue Mar 28, 2020 · 0 comments · Fixed by #70
Closed

Add iOS ToggleTool View Implementation #15

maximbircu opened this issue Mar 28, 2020 · 0 comments · Fixed by #70
Assignees
Labels
feature New feature or request iOS Relates to iOS platform

Comments

@maximbircu
Copy link
Owner

maximbircu commented Mar 28, 2020

Abstract

The first and easiest tool which is already implemented in the Android library in #3 should be implemented on iOS too.

Requirements

  1. Implement dev tools configuration screen which should display a tools list
  2. Implement ToggleTool;
  3. Integrate all required tools for linting and testing.

Implementation details

The toggle tool logic is already implemented inside the common module, you just need to provide a view implementation for it.
So basically you need to:

Consumer flow

  1. Open the iOS sample app and make sure you see a toggle tool on the screen;
  2. Update the tool value;
  3. Kill the app process;
  4. Restart the app and make sure the tool value you selected previously is preserved.
@maximbircu maximbircu added feature New feature or request iOS Relates to iOS platform labels Mar 28, 2020
@maximbircu maximbircu changed the title Implement ToggleTool Add iOS ToggleTool View Implementation Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request iOS Relates to iOS platform
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants