Anders Melen
Anders Melen
Any updates on this @buba447?
You can use my fork for now. I haven't had the time to make kylef's suggested changes.
K, finally solved it for myself at least for these conditions.. - Existing Objective-C iOS Project - xCode 8 1) Install latest via pods ``` use_frameworks! target 'MY TARGET NAME'...
your unit tests didn't catch it because you needed to check against the `placeholderLabel.font` instead. I can update those also if you'd like?
Whoops, didn't see (or test) this PR first. I just submitted what appears to be a duplicate. https://github.com/devxoul/UITextView-Placeholder/pull/44
try this, `let card = CardIOCreditCardInfo()` `card.cardNumber = manuallyEnteredCardNumber` `let cardType = card.cardType`
https://github.com/googleads/swift-package-manager-google-mobile-ads/issues/62 The version 100 appears to be an Xcode 15.3 work around. It’s an annoying warning but seems pretty harmless for now. The dynamic lib is working for us at...