Open ArturBaghdas opened 7 years ago
+1
+1
+1
this is fixed in #20
I'm still having this same issue.
+1
+1 doesn't work still (on cocoa pods)
Last I checked, downloading the project and manual installation works. Pods still had the issue
+1 still don't work (swift 3)
I also checked working for manual install but pod install does not work.
@fkawasaki Can you explain how to install it manually? Thanks
I'm still getting this error. iOS 9+ CountdownLabel v2.0.1
pod 'CountdownLabel', :git => 'https://github.com/suzuki-0000/CountdownLabel', :branch => 'master'
import CountdownLabel
override func viewDidAppear(_ animated: Bool) {
super.viewDidAppear(true)
let countdownLabel = CountdownLabel(frame: CGRect(x: 0, y: 0, width: 100, height: 100), minutes: 30) // you can use NSDate as well
countdownLabel.start()
}
+1
+1
+1
+1
+1
+1
+1
+1
Yeah I get this too. If you command click into the module from the import statement - 'import CountdownLabel,' it looks like the module is not picking up the init functions declared in CountdownLabel.swift. Thats as far as I have gotten with this bug
Perhaps the init statements need to be moved to the CountdownLabel file the import CountdownLabel points to.