artemkrachulov / AKMaskField

Swift plugin which allow add mask to input field
MIT License
346 stars 131 forks source link

Swift 5 #47

Open cagatayegilmez opened 5 years ago

cagatayegilmez commented 5 years ago

Do you think update the pod 4.0, 4.2 or 5.0?

dedeexe commented 5 years ago

Hi @cagatayegilmez. I propose a pull request(https://github.com/artemkrachulov/AKMaskField/pull/48) migrating the code to swift5. I don't know if @artemkrachulov will accept it. He is not present in project for a long. Let's see what will happen.

qasimsina commented 5 years ago

Hi @cagatayegilmez You use my fork from this project that fix for swift 5 from this. Fix also pod file to swift 5 version.

cagatayegilmez commented 5 years ago

I forked also @qasimsina

rcfrias commented 4 years ago

I did too, but its too constrained, I wasn't able to set a style for the placeholder color tried: maskedField.attributedPlaceholder = NSAttributedString(string: (formItem?.title)!, attributes: [NSAttributedString.Key.foregroundColor: UIColor.Troya.placeHolderWhite, NSAttributedString.Key.font: UIFont(name: "Verdana", size: 14)!]) but its completely ignored

justdan0227 commented 3 years ago

how do we pull a swift v5 into our project?

qasimsina commented 3 years ago

how do we pull a swift v5 into our project?

Use this link to your Pod file project