Skip to content

Add iOS EnumTool view implementation  #26

@maximbircu

Description

@maximbircu

Abstract

The EnumTool was already implemented, it enables the ability to limit the configuration value options the library user is able to select. An android view implementation was already added in #21 now we need to implement the same view for iOS.

Requirements

Add EnumTool view implementation for iOS

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 sample app and go to the YML dev tools screen.
  2. Find the EnumTool 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.

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