set Edit Button Position

PHOTO EMBED

Thu Mar 17 2022 06:21:49 GMT+0000 (Coordinated Universal Time)

Saved by @hasnat #ios #swift #set #setbutton #setimageview #image #button

    func setEditButtonPosition() {
               let x1 = profileImageView.frame.maxX - profileImageView.layer.frame.height/4.5
        let y1 = profileImageView.frame.maxY - profileImageView.layer.frame.height/4.5
        
               statusImageView.frame.origin = CGPoint(x: x1, y: y1)

    }
content_copyCOPY