Matthias Nott
Matthias Nott

Reputation: 301

InAppSettingKit setHiddenKeys for Child Views

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

Answers (1)

Ortwin Gentz
Ortwin Gentz

Reputation: 54113

This has been fixed: https://github.com/futuretap/InAppSettingsKit/issues/167

Upvotes: 1

Related Questions