Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Ambiguous use of 'cornerRadius' #909
Comments
RaulVan
commented
Oct 10, 2020
|
you can quick fix this issue like below: |
Can you show your code? You can import specific structs/functions/etc. What imports do you have in that file? Are you using |
Yes, I face the same problem when using |
SomeViewController.swift import AuthenticationServices
class SomeViewController: UIViewController {
func someFunc() {
let appleBtn = ASAuthorizationAppleIDButton()
appleBtn.cornerRadius = 5
}
} AnotherViewController.swift import SwifterSwift
class AnotherViewController: UIViewController{} This should reproduce the compiler error. |
Same as #622 , rename this? @LucianoPAlmeida |
@Jayxiang yeah, I think we don't have many options in this case besides renaming. For those layer wrapper properties insert a |