-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
Milestone
Description
when i has code below in my project
class CustomView: UIView {
weak var viewController : ViewController?
}
I got an compile error
Getter for 'viewController' with Objective-C selector 'viewController' conflicts with method 'viewController()' from superclass 'UIView' with the same Objective-C selector,is there any way to fix this problem without changing my code ?