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.
This need uikit that's only thing you need.
#How to apply to Xcode project
- Download PartiallyEditField� from gitHub
- Add required frameworks
- import "PartiallyEditField.h" to your source code file
pod "PartiallyEditField"
If you are new to CocoaPods, please go to Wiki page.
- 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.
[_leftPreTxtField setupWithPreText:@".slack.com" color:[UIColor redColor]];
[_rightPreTxtField setupWithPreText:@"www." color:[UIColor redColor]];
_rightPreTxtField.preTextSide = kLeft;
Go to About PartiallyEditField and how to use attributted place holder
PartiallyEditField
is owned and maintained by the saman kumara
PartiallyEditField
was originally created by saman kumara. If you want to contact [email protected]
PartiallyEditField
is released under the MIT license. See LICENSE for details.