UITablViewCell内にあるUIviewの座標を取得する
UIView* hogeView = //UITableViewCell内に置いてあるView
CGRect rect = [hogeView.superview convertRect:hogeView.frame toView:nil];
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
UIView* hogeView = //UITableViewCell内に置いてあるView
CGRect rect = [hogeView.superview convertRect:hogeView.frame toView:nil];
Register as a new user and use Qiita more conveniently
Go to list of users who liked