Code Monkey home page Code Monkey logo

egformvalidator's People

Contributors

alusev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

egformvalidator's Issues

Type 'UIControl' has no member 'Event'

Hi,
I did a pod update and I am getting "Type 'UIControl' has no member 'Event'" what do you think would be the reason?
thanks

for: UIControl.Event.editingChanged
for: UIControl.Event.editingChanged
@IBInspectable public var maxLength: Int {
get {
guard let length = maxLengths[self] else {
return Int.max
}
return length
}
set {
maxLengths[self] = newValue
addTarget(
self,
action: #selector(limitLength),
for: UIControl.Event.editingChanged
)
}
}

Right version for Swift 4

Hi there!
I just updated a project from Swift 3 to Swift version 4 in which I was validating all text fields alrigth with the help of this awesome library, but now I just updated the project, EGFormValidator started to chash here:
EGFormValidator_error

This is my pod file config:
image

And the pod version just updated for this pod is marked as 2.0.0. (in Swift 3 was 1.0.0)
How can I do to fix this? which pod file version is the right one?
Thanks in advance..

Validators retain view controller

After adding some validators (custom or premade) view controller cannot be deallocated as validators keep reference to it. Clearing current array of validators helps (controller can deallocate normally).

Error to Install.

Help me please.
Unable to find a specification for EGFormValidator

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.