Esempio n. 1
0
        void AccessGrantedForAddressBook()
        {
            string plistPath = NSBundle.MainBundle.PathForResource("Menu", "plist");

            menuArray = NSMutableArray.FromFile(plistPath);
            TableView.ReloadData();
        }