Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customization for TKAlertCenter alerts #213

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 23, 2013

  1. Adding alertTextFont and alertBackgroundColor customization to AlertC…

    …enter.
    
    Both method are proxy to alertCenter's alertView, and can be change at time any time (the alert is redraw each time it's shown).
    [TKAlertCenter defaultCenter].alertTextFont = [UIFont boldSystemFontOfSize:19]; [TKAlertCenter defaultCenter].alertBackgroundColor = [UIColor redColor];
    huguesbr committed Jan 23, 2013
    Configuration menu
    Copy the full SHA
    58eb921 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2013

  1. Renaming alertTextFont -> alertFont (Apple SDK style), adding alertTe…

    …xtColor customization
    huguesbr committed Jan 24, 2013
    Configuration menu
    Copy the full SHA
    1a872aa View commit details
    Browse the repository at this point in the history