Skip to content

Add iOS GroupTool view implementation #29

Description

@maximbircu

Abstract

A GroupTool was implemented in #22. It helps the library consumer group a set of dev tools that belongs to the same context. The Android view implementation was already added in #22, we need to and iOS view implementation.

Requirements

Add a view implementation for GroupTool.

Implementation details

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

  • Provide an implementation for GroupToolView
  • Consume the GroupTooPresenter

Consumer flow

  1. Open the sample app and go to the YML dev tools screen.
  2. Find the TimeTool UI control
  3. Try to update the configuration value and make sure it's persisted after app restart.

Repeat the same use-case for Memory dev tools screen.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or requestiOSRelates to iOS platform

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions