So, I want to access the menu items to update them in a Menu, but I can't find any documentation on how the menu item is stored in the Menu Object. I have a feeling it is stored in an array, but the documentation provides no information on accessing the items of a Menu object after they have been put in.
Accessing Menu Items from another object
(4 posts) (2 voices)-
Posted 2 years ago #
-
myMenu.children should return an NSArray that has your MenuItems. hth, Codemattic.
Posted 2 years ago # -
Thanks codemattic, once again you saved my day ;].
Posted 2 years ago # -
you bet Metric! :)
Posted 2 years ago #
Reply
You must log in to post.