开发者

open a xib or addressbook from PSChildPaneSpecifier

开发者 https://www.devze.com 2023-03-15 19:30 出处:网络
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 ?

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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消