File tree 4 files changed +12
-7
lines changed
project.xcworkspace/xcuserdata/Kreon.xcuserdatad
xcuserdata/Kreon.xcuserdatad/xcdebugger
4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <Bucket
3
+ type = " 1"
4
+ version = " 2.0" >
5
+ </Bucket >
Original file line number Diff line number Diff line change @@ -165,8 +165,7 @@ -(void)timerRun{
165
165
166
166
// Initialization of a timer object that calls the timerRun method
167
167
- (void )setTimer {
168
-
169
- timer = [NSTimer scheduledTimerWithTimeInterval: 1.0 target: self selector: @selector (timerRun ) userInfo: nil repeats: YES ];
168
+ timer = [NSTimer scheduledTimerWithTimeInterval: 1.0 target: self selector: @selector (timerRun ) userInfo: nil repeats: YES ];
170
169
}
171
170
172
171
@@ -181,7 +180,7 @@ - (IBAction)CloseTimer:(id)sender {
181
180
// Enable the start timer
182
181
OpenTimerButton.enabled = TRUE ;
183
182
// Reset the title of the stop timer button
184
- CloseTimerButton.title = @" Close Timer " ;
183
+ CloseTimerButton.title = @" " ;
185
184
186
185
187
186
@@ -191,6 +190,7 @@ - (IBAction)CloseTimer:(id)sender {
191
190
- (IBAction )OpenTimer : (id )sender {
192
191
193
192
PickerContainerView.hidden =FALSE ;
193
+ CloseTimerButton.title = @" Close Timer" ;
194
194
195
195
}
196
196
@@ -293,9 +293,9 @@ - (IBAction)AddFavorite:(id)sender {
293
293
}
294
294
295
295
- (IBAction )StartTimer : (id )sender {
296
- [self setTimer ];
297
- CloseTimerButton.title = @" Close Timer" ;
298
- PickerContainerView.hidden =TRUE ;
296
+ [self setTimer ];
297
+ CloseTimerButton.title = @" Stop Timer" ;
298
+ PickerContainerView.hidden =TRUE ;
299
299
}
300
300
301
301
Original file line number Diff line number Diff line change 497
497
</connections >
498
498
</barButtonItem >
499
499
<barButtonItem style =" plain" systemItem =" flexibleSpace" id =" 0E3-23-T5b" />
500
- <barButtonItem title = " Close Timer " id =" pRx-Ay-7eK" >
500
+ <barButtonItem id =" pRx-Ay-7eK" >
501
501
<connections >
502
502
<action selector =" CloseTimer:" destination =" SRM-zH-9uP" id =" 5by-g1-cmG" />
503
503
</connections >
You can’t perform that action at this time.
0 commit comments