I've tried numerous things and cannot get it to function...
[[NSUserDefaults standardUserDefaults] setObject:[my_popup_button selectedItem] forKey:@"selected"];
Does not work, got any suggestions?
I've tried numerous things and cannot get it to function...
[[NSUserDefaults standardUserDefaults] setObject:[my_popup_button selectedItem] forKey:@"selected"];
Does not work, got any suggestions?
Copyright © 2021 Jogjafile Inc.
This is from a minimal example I just created:
AppDelegate.h
AppDelegate.m
Just tried it and it works like a charm. Best,
Flo