Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

swift convert frame to another view

// Swift
let frame = imageView.convert(button.frame, to: self.view)

// Objective-C
CGRect frame = [imageView convertRect:button.frame toView:self.view];
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #swift #convert #frame #view
ADD COMMENT
Topic
Name
6+8 =