Hi I would like to be able to show the app settings to some users and to others no. I have created the settings bundle (the default settings bundle outside the app), it works fine and I know how to access the settings value pragmatically.
What I would like to do is either:
***if(user logged) do nothing else make settings disappear
or: ***if(user logged) create settings pragmatically and make them show else make settings disappear/delete
I know I can't make the whole settings invisible is it possible to make one of the pref invisible???
How could I do that? Any advice welcome. Thanks a lot