Formatting PhoneRow & Filtering InlinePickerRow

I am learning how to program in Swift and am currently working with an Eureka framework in a project. If someone can give some hints / suggestions and brief examples of how to complete the following, this will be very helpful.

  • Format PhoneRow (or any other line) using formatting that will insert a dash, for example, 555-123-4567 when the user types.

  • How to limit the maximum input length for each field?

  • InlinePickerRow filtering, allowing the user to narrow down a large list of subset options based on the input string in the dynamic small search window.

Thank you in advance!:)

+5
source share

All Articles