0

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

Ortwin Gentz
  • 52,648
  • 24
  • 135
  • 213
Matthias Nott
  • 301
  • 2
  • 4

1 Answers1

1

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

Ortwin Gentz
  • 52,648
  • 24
  • 135
  • 213