FloatLabelRow
FloatLabelRow copied to clipboard
An Eureka row that shows a float label
latest release using Eureka via SPM using this view controller code ... import UIKit import Eureka class ClientVC: FormViewController { override func viewDidLoad() { super.viewDidLoad() title = "Add Client" form...
Fixes #issue(s) . https://github.com/EurekaCommunity/FloatLabelRow/issues/11 https://github.com/EurekaCommunity/FloatLabelRow/issues/14 Changes proposed in this request: * Updating podspec to allow interop with Eureka 4.x * Add Objc reference (Swift 4.0) credit to @larsacus
# Text overlapping with row value in Swift 4.2/ iOS 12.1 ## Environment Eureka: 4.3.1 Xcode: 10.1 iOS: 12.1 ## Code ``` lazy var emailRow: EmailFloatLabelRow = { let row...
There are some compile errors with Xcode 9.4. Thanks for this tool. 
Before submitting issues ... - Make sure you are using FloatLabelRow's [latest release](https://github.com/xmartlabs/FloatLabelRow/releases) or master branch version. - Make sure your Xcode version is the latest stable one. - Check...
Any plan adding the float label feature for Text Area Row? Thanks.
I think it is very useful to add an option to make the label always float. This way, the label and the placeholder of the text field will both be...
Sorry if the title is unclear I don't really know how to summarize it better. Here's the bug: when a row is modified, textFieldDidChange constructs a new object of the...
https://github.com/EurekaCommunity/FloatLabelRow/blob/c1d01780774a35a017782455d28d415fc5d50297/Sources/FloatLabelRow.swift#L28