Skip to content

isamankumara/PartiallyEditField

Repository files navigation

PartiallyEditField

Build Status Version License Platform Twitter

A text field subclass with a constant text in the end or begin. You can constant text to the end of the text field value or begin of the text field value.

PartiallyEditField.gif

Requirements

This need uikit that's only thing you need.

#How to apply to Xcode project

Downloading Source Code

Using CocoaPods

pod "PartiallyEditField"

If you are new to CocoaPods, please go to Wiki page.

Communication

  • If you need any help, use My Site. and send a message
  • If you'd like to ask a general question, use My Site.
  • If you found a bug, and can provide steps to reliably reproduce it, open an issue or you can contribute.
  • If you have a feature request, send a request mail we will add as soon as possible.
  • If you want to contribute, submit a pull request.

constant sample for left side

[_leftPreTxtField setupWithPreText:@".slack.com" color:[UIColor redColor]];

constant sample for right side

[_rightPreTxtField setupWithPreText:@"www." color:[UIColor redColor]];
_rightPreTxtField.preTextSide = kLeft;

More info, features and dificulities

Go to About PartiallyEditField and how to use attributted place holder

Credits

PartiallyEditField is owned and maintained by the saman kumara PartiallyEditField was originally created by saman kumara. If you want to contact me@isamankuamra.com

License

PartiallyEditField is released under the MIT license. See LICENSE for details.

About

A text field subclass with a constant text in the end or begin. You can constant text to the end of the text field value or begin of the text field value.

Resources

License

Stars

Watchers

Forks

Packages

No packages published