Exemplo n.º 1
0
        // Not for Mac

        /*
         * private static void UpdateKeyboard (EntryCellRenderer.EntryCellTableViewCell cell, EntryCell entryCell)
         * {
         *      Extensions.ApplyKeyboard ((IUITextInput)cell.TextField, entryCell.Keyboard);
         * }
         */

        private static void UpdateLabelColor(EntryCellRenderer.EntryCellTableViewCell cell, EntryCell entryCell)
        {
            cell.TextField.TextColor = ColorExtensions.ToUIColor(entryCell.LabelColor, EntryCellRenderer.DefaultTextColor);
        }