public void Subscribe(TabButton button) { if (tabButtons == null) { tabButtons = new List <TabButton>(); } tabButtons.Add(button); int index = button.transform.GetSiblingIndex(); iOController.LoadNote(index); }