diff --git a/LiveLabel.xcodeproj/project.pbxproj b/LiveLabel.xcodeproj/project.pbxproj index 09df4f9..7f9de9c 100644 --- a/LiveLabel.xcodeproj/project.pbxproj +++ b/LiveLabel.xcodeproj/project.pbxproj @@ -118,6 +118,8 @@ TargetAttributes = { 18C6E7F31D17A53500635DCF = { CreatedOnToolsVersion = 8.0; + DevelopmentTeam = S6EBGVAJG2; + DevelopmentTeamName = "Cao Jiaxin"; ProvisioningStyle = Automatic; }; }; @@ -281,6 +283,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = LiveLabel/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = hehe.LiveLabel; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -293,6 +296,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = LiveLabel/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = hehe.LiveLabel; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/LiveLabel/Base.lproj/Main.storyboard b/LiveLabel/Base.lproj/Main.storyboard index 7bc9709..8e80a08 100644 --- a/LiveLabel/Base.lproj/Main.storyboard +++ b/LiveLabel/Base.lproj/Main.storyboard @@ -1,8 +1,8 @@ - + @@ -41,15 +41,25 @@ + + + + + diff --git a/LiveLabel/ViewController.swift b/LiveLabel/ViewController.swift index 4d1cca6..de12bb2 100644 --- a/LiveLabel/ViewController.swift +++ b/LiveLabel/ViewController.swift @@ -23,6 +23,7 @@ class ViewController: UIViewController { */ func setUp(){ // LyricLabel Usage + lyricLabel.color = UIColor.blue() let timer = Timer.scheduledTimer(timeInterval: 1.0/40.0, target: self, selector: #selector(update), userInfo: nil, repeats: true); timer.fire() diff --git a/out.gif b/out.gif index 16d6cb1..79a5efb 100644 Binary files a/out.gif and b/out.gif differ