Tracy Rawle has worked in the financial services industry for over 15 years. In 2012, they joined the Provo City School District Board of Governors, where they worked to raise funds to support educational activities for students and teachers. In 2005, they took on the role of President at Softwise, a leader in financial services software. Tracy also became the CEO of Check City in the same year. In 2012, they joined the Community Financial Services Association of America as a Board Member, and in 2016 they were elected President of the Riverside Country Club Provo.
//
// AppDelegate.swift
// Todoey
//
// Created by Praveen Kumar on 11/05/18.
// Copyright © 2018 Praveen Kumar. All rights reserved.
//
import UIKit
import RealmSwift
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate {
var window: UIWindow?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
// Override point for customization after application launch.
//print(Realm.Configuration.defaultConfiguration.fileURL)
do {
_ = try Realm()
} catch {
print("Error initialising new realm, \(error)")
}
return true
}
}
Sign up to view 0 direct reports
Get started