Skip to content

Commit

Permalink
[Close CatchChat#42] Fix a typo in AppDelegate
Browse files Browse the repository at this point in the history
  • Loading branch information
Cee committed Feb 3, 2016
1 parent d9db7ae commit 8342ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Yep/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
application.setMinimumBackgroundFetchInterval(UIApplicationBackgroundFetchIntervalMinimum)

// 全局的外观自定义
customAppearce()
customAppearance()

let isLogined = YepUserDefaults.isLogined

Expand Down Expand Up @@ -525,7 +525,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
}
}

private func customAppearce() {
private func customAppearance() {

// Global Tint Color

Expand Down

0 comments on commit 8342ee8

Please sign in to comment.