Reputation: 301
it appears that setHiddenKeys isn't working for child views loaded through something like
<dict>
<key>File</key>
<string>ChildView</string>
<key>Title</key>
<string>CHILD_VIEW_TITLE</string>
<key>Type</key>
<string>PSChildPaneSpecifier</string>
</dict>
Any key specified in the target file is not iterated within the dataSource of IASK.
Any ideas how to have setHiddenKeys work throughout child views?
Thanks!
M
Upvotes: 0
Views: 194
Reputation: 54113
This has been fixed: https://github.com/futuretap/InAppSettingsKit/issues/167
Upvotes: 1