I have a ViewModel that encapsulates some properties that are being edited in an options dialog.I can\'t actually save them to the settings until they hit the Ok button, which will end up calling Comm
I have a c# class library that builds into a DLL. I have some setting values, like paths to directories, that I use inside the class library.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I was browsing the Worst UI You’ve Ever Used question, when I realized that many of them involved the options dialog of some application. This is obviously an ar开发者_StackOverflow社区ea where a dev
In my viewWillLoad: method I\'m currently doing something along these lines: - (void)viewWillAppear:(BOOL)animated {