Skip to content

Commit

Permalink
Update iphone/Classes/TiUIiOSStepper.m
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Barber <[email protected]>
  • Loading branch information
m1ga and cb1kenobi authored May 13, 2024
1 parent b7503f7 commit 185051c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iphone/Classes/TiUIiOSStepper.m
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ - (void)controlAction:(id)sender forEvent:(UIEvent *)event
- (UIImage *)imageWithImage:(UIImage *)image fullScale:(bool)full
{
// UIGraphicsBeginImageContext(newSize);
// In next line, pass 0.0 to use the current device's pixel scaling factor (and thus account for Retina resolution).
// Pass 1.0 to force exact pixel size.
// In next line, pass 0.0 to use the current device's pixel scaling factor (and thus account for Retina resolution).
// Pass 1.0 to force exact pixel size.
[self stepper];
CGRect bounds = [stepper bounds];

Expand Down

0 comments on commit 185051c

Please sign in to comment.