Mehul
Mehul
it also happens to me also...
same issue with me... Does any one have any solution?
Works fine for me: (Updated code) //View Header @IBOutlet weak var viewHeader: MDCCard! func setUpView() { viewHeaderMDCCard.enableRippleBehavior = true viewHeaderMDCCard.isInteractable = true viewHeaderMDCCard.addTarget(self, action: #selector(tap(_:)), for: .touchUpInside) } @objc func...
I am using it in UITableView & Inside UITableviewCell,I have drag & drop UIView & Set Class "MDCCard" & Use above code Working fine for me.
It is working for me as well. all good in iOS 14.6
Same issue with me @Xcode09 Do you find any solution?
Thanks, It's working now. @grifas
@grifas Can you please help me? How can I add space between country code and phone number? Many thanks. See screenshot
Yes, I have exactly the same issue.
@laptevw @gigallo Do you have any solution? If yes then please share.