I have same issue as explained in this question:
My question is how do i implement a ‘window’ getter method in my app delegate that returns ‘MyWindow’ subclass? Or maybe there is other ways to assign my subclass to my app’s main window?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
UIWindowin a Storyboard project can be subclassed as explained in Apple’sUIApplicationDelegatereference:In other words in your
AppDelegateimplementation simply add the following getterObjective-C
Swift