PostalAddressRow
PostalAddressRow copied to clipboard
An Eureka row that shows a series of UITextField's for the user to enter postal address information
I'm getting the following cocopod error. > CocoaPods could not find compatible versions for pod "Eureka": > In snapshot (Podfile.lock): > Eureka (= 5.0.0, >= 4.0.0) > > In Podfile:...
Renamed Street to Street 1. Added Street 2. Added P.O. Box This should allow for a full address.
This pull request adds the ability to define a country selector using the newly added `var countrySelectorRow : PushRow?` as discussed in https://github.com/EurekaCommunity/PostalAddressRow/issues/3. To make use of this you'll define...
What would be the best approach in adding a country picker to the `PostalAddressRow`? #### My idea right now is: 1. Add a `UIButton` named `countryButton` which can be used...
When we click the street cell. If I press "tab" it would go from street -> city instead of street -> postal. see http://giphy.com/gifs/l0HlNz3NhbcXRyEFi this only happens in the simulator...