awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
NikKovIos avatar

NikKovIos/NKVPhonePicker

0
View on GitHub↗
144 estrellas·43 forks·Swift·MIT·1 vistacocoapods.org/pods/NKVPhonePicker↗

NKVPhonePicker

An UITextField subclass to simplify country code's picking. Swift 5.0

Features

  • Input Validation - Text field subclass for picking country codes.

Historial de estrellas

Gráfico del historial de estrellas de nikkovios/nkvphonepickerGráfico del historial de estrellas de nikkovios/nkvphonepicker

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a NKVPhonePicker

Proyectos open-source similares, clasificados según cuántas características comparten con NKVPhonePicker.
  • arktypeio/arktypeAvatar de arktypeio

    arktypeio/arktype

    7,780Ver en GitHub↗

    Arktype is a TypeScript runtime validation library and schema orchestrator. It synchronizes TypeScript types with runtime data validation, allowing users to define type-safe schemas that ensure unknown data adheres to specific structures during application execution. The project distinguishes itself by using set-theory type analysis to determine intersections and subtype compatibility, alongside JIT-compiled validation functions for optimized performance. It supports advanced type modeling through branded type constraints, recursive alias resolution, and the ability to generate runtime valida

    TypeScriptjavascriptparsingruntime-typechecking
    Ver en GitHub↗7,780
  • chriso/validator.jsAvatar de chriso

    chriso/validator.js

    23,744Ver en GitHub↗

    validator.js is a JavaScript string validation and sanitization library. It provides a set of functions to verify that strings match specific patterns—such as emails, URLs, and alphanumeric formats—and a toolkit for cleaning and transforming text input to remove prohibited characters and trim whitespace. The library includes utilities for standardizing email addresses by lowercasing domains and removing sub-addressing markers. It also functions as an HTML entity escaper, replacing special characters with entities to prevent the browser from executing text as code. The project covers capabili

    JavaScript
    Ver en GitHub↗23,744
  • jzaefferer/jquery-validationAvatar de jzaefferer

    jzaefferer/jquery-validation

    10,327Ver en GitHub↗

    This project is a jQuery-based form validation library designed to verify HTML form input values on the client side before submission. It functions as an input validator that enforces data integrity constraints through rule-based verification and value normalization. The library focuses on web accessibility compliance by linking error messages to input fields via ARIA attributes, ensuring that screen readers can announce validation failures to the user. The system supports the creation of custom validation rules and the transformation of raw input strings through a normalization pipeline. Co

    JavaScript
    Ver en GitHub↗10,327
  • go-ozzo/ozzo-validationAvatar de go-ozzo

    go-ozzo/ozzo-validation

    4,072Ver en GitHub↗

    ozzo-validation is a programmable data validation library for Go that verifies structs, maps, and primitive types using a declarative, rule-based approach. It functions as an interface-based validator, allowing for the recursive checking of nested data structures and custom types without the use of struct tags. The framework distinguishes itself as a context-aware validation engine, supporting the propagation of request-scoped data to rules that depend on external state. It provides extensive extensibility through custom rule definitions and the ability to override default failure text with l

    Gogogolangozzo
    Ver en GitHub↗4,072
Ver las 13 alternativas a NKVPhonePicker→

Preguntas frecuentes

¿Qué hace nikkovios/nkvphonepicker?

An UITextField subclass to simplify country code's picking. Swift 5.0

¿Cuáles son las características principales de nikkovios/nkvphonepicker?

Las características principales de nikkovios/nkvphonepicker son: Input Validation.

¿Qué alternativas de código abierto existen para nikkovios/nkvphonepicker?

Las alternativas de código abierto para nikkovios/nkvphonepicker incluyen: arktypeio/arktype — Arktype is a TypeScript runtime validation library and schema orchestrator. It synchronizes TypeScript types with… jzaefferer/jquery-validation — This project is a jQuery-based form validation library designed to verify HTML form input values on the client side… chriso/validator.js — validator.js is a JavaScript string validation and sanitization library. It provides a set of functions to verify that… hayes/pothos — Pothos is a code-first GraphQL schema builder and framework designed for type-safe development. It allows developers… go-ozzo/ozzo-validation — ozzo-validation is a programmable data validation library for Go that verifies structs, maps, and primitive types… gkaimakas/swiftvalidators — String (and more) validation for iOS.