Example #1
0
        public override void AwakeFromNib()
        {
            base.AwakeFromNib();

            FirstCell.MockSuggestion();
            SecondCell.MockSuggestion();
            ThirdCell.MockSuggestion();
        }
Example #2
0
        void ReleaseDesignerOutlets()
        {
            if (FirstCell != null)
            {
                FirstCell.Dispose();
                FirstCell = null;
            }

            if (SecondCell != null)
            {
                SecondCell.Dispose();
                SecondCell = null;
            }

            if (ThirdCell != null)
            {
                ThirdCell.Dispose();
                ThirdCell = null;
            }
        }