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?
this does not translate to Swift:
couldn't set notification font in Swift. Any advice?