Skip to content
View 72627261's full-sized avatar
  • Asia/Tokyo

Block or report 72627261

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
72627261/README.md

GDSTextField

GDSTextField for multiple text field with single characters input for each text field with equal width and height.

![alt tag] (https://raw.githubusercontent.com/dayitv89/GDSTextField/master/projectImage.png)

Just make a UIView in storyboard and connect to GDSTextField object, and add this line into code

[txtField1 setFields:5
     backgroundColor:[UIColor whiteColor]
              tintColor:[UIColor orangeColor]
               textColor:[UIColor blackColor]
       textSelectedColor:[UIColor redColor]
      fieldRightPadding:15.f
           keyboardType:UIKeyboardTypeNumberPad
                   font:[UIFont systemFontOfSize:30.f]
            andDelegate:self];
    
    [txtField2 setFields:6
         backgroundImage:[UIImage imageNamed:@"circle.png"]
               tintImage:[UIImage imageNamed:@"circle1.jpeg"]
               textColor:[UIColor blackColor]
       textSelectedColor:[UIColor redColor]
       fieldRightPadding:5.f
            keyboardType:UIKeyboardTypeDefault
                    font:[UIFont systemFontOfSize:30.f]
             andDelegate:self];

when you want text of GDSTextField, get it simple

NSLog(@"value of textfield1 %@, textField2 %@",txtField1.text, txtField2.text);

And it will work, Voila!

Popular repositories Loading

  1. memory memory Public

    Python

  2. migrations migrations Public

    minimal magic, minimal tooling, essential dependencies, high productivity, no transpilations and no migrations. The Web Components starte…

    Batchfile

  3. Hierarchical Hierarchical Public

    Code and Data for ACL 2019 "Semantically Conditioned Dialog Response Generation via Hierarchical Disentangled Self-Attention"

    JavaScript

  4. 72627261 72627261 Public

    72627261/72627261 is a ✨special ✨ repository that you can use to add a README.md to your GitHub profile. Make sure it’s public and initialize it with a README to get started.

    Objective-C

  5. evolving evolving Public

    Forked from DanielnKim/polymarket-copy-trading-bot

    A constantly evolving and thoughtful architecture for creating static blogs.

    Scala

  6. astron-agent astron-agent Public

    Forked from iflytek/astron-agent

    Enterprise-grade, commercial-friendly agentic workflow platform for building next-generation SuperAgents.

    Java