Skip to content

Commit

Permalink
merge update
Browse files Browse the repository at this point in the history
  • Loading branch information
kushG committed Oct 5, 2023
2 parents b19b090 + 34ba8a4 commit 8ed17fd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ - (void) resize:(int)axis pivotX:(float) pivotX pivotY:(float)pivotY {
}
_bannerView.frame = frame;
NSLog(@"Final Frame => origin : (%f, %f), size : (%f, %f)", _bannerView.frame.origin.x, _bannerView.frame.origin.y, _bannerView.frame.size.width, _bannerView.frame.size.height);

}

- (void)handlePan:(UIPanGestureRecognizer *)gr{
Expand Down

0 comments on commit 8ed17fd

Please sign in to comment.