Skip to content

modifying font in Swift #280

@idokleinman

Description

@idokleinman

this does not translate to Swift:

#import <TSMessages/TSMessageView.h>
@implementation TSAppDelegate

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
    //If you want you can overidde some properties using UIAppearance
    [[TSMessageView appearance] setTitleFont:[UIFont boldSystemFontOfSize:6]];
    [[TSMessageView appearance] setContentFont:[UIFont boldSystemFontOfSize:10]];
     return YES;
}

couldn't set notification font in Swift. Any advice?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions