You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this two error messages after updated xcode 6.3.1.
/Users/MNurdin/Documents/Github/MDCSwipeToChoose/Examples/SwiftLikedOrNope/SwiftLikedOrNope/ChoosePersonViewController.swift:46:14: Initializer does not override a designated initializer from its superclass
/Users/MNurdin/Documents/Github/MDCSwipeToChoose/Examples/SwiftLikedOrNope/SwiftLikedOrNope/ChoosePersonViewController.swift:47:9: Must call a designated initializer of the superclass 'UIViewController'
Code
override init(){
super.init()
}
Please advice. Thank you.
The text was updated successfully, but these errors were encountered:
I got this two error messages after updated xcode 6.3.1.
Code
Please advice. Thank you.
The text was updated successfully, but these errors were encountered: