We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827b262 commit d8061cfCopy full SHA for d8061cf
Demo/StudyplusSDKDemo/StudyplusSDKDemo/ViewController.m
@@ -95,7 +95,7 @@ - (IBAction)resetStopwatch:(id)sender {
95
}
96
97
- (void)updateElapsedSeconds {
98
- self.elapsedSecondsLabel.text = [NSString stringWithFormat:@"%d", [[self studyplus].stopwatch elapsedSeconds]];
+ self.elapsedSecondsLabel.text = [NSString stringWithFormat:@"%lu", (unsigned long)[[self studyplus].stopwatch elapsedSeconds]];
99
100
101
- (void)updateIsConnected {
0 commit comments