-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customize textfield #38
Comments
Have you read through the readme of this project and Eureka's Readme? What do you want to do? I can't help you if you don't tell me what you want to do. |
The textfield that we type for the text for suggestion . i Want to customise it by adding border . |
Use <<< WhateverRow() { row in
// ...
}.cellSetup { cell, row in
cell.textField.layer.borderColor = // ...
// and so on
} |
Is it possible to add my own custom textfield . Like with a image or something . I want to add custom textfield from a nib |
See the second part of this comment, where I describe how to subclass |
Will try that |
Can you help me in how to customize the textfield .
The text was updated successfully, but these errors were encountered: