I know we can open a second view from PSChildPaneSpecifier in settings.bundle, i want to open a view(Xib) which is in my xcode project, how can i do this ?
or can i make a button in settings.bundle so we can fire view event ?
Thanks
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.
I am answering my question so that others may seek help.
This is not possible with Apple Settings Bundle, so i decided to use this beautiful api inappsettingskit. This works very Fine with plenty of other advantages and no cancellation of app from apple.
Regards