praveen4D2

Results 4 comments of praveen4D2

Hi, I have coded like below its working fine for me. /// Adding long-press gesture let longGesture = UILongPressGestureRecognizer(target: self, action: #selector(self.longTap(_:))) longGesture.minimumPressDuration = 0.15 statusImageView.isUserInteractionEnabled = true statusImageView.addGestureRecognizer(longGesture) let...

Hi, i also have the same issue. I tried like below for images. self.SPB.duration = 5 self.SPB.isPaused = true self.imagePreview.setShowActivityIndicator(true) self.imagePreview.setIndicatorStyle(.whiteLarge) self.imagePreview.sd_setImage(with: URL(string: storyDict.value(forKey: "storyUrl") as! String)) { (image, error,...

Hi, I Found one solution it working fine but I don't know exactly it is an efficient way or not. in SegmentedProgressBar class I have placed if-else condition for checking...

Hi, i have one issue regarding stories skipping. i need do exactly like whatsapp. For example if there are five stories, one user saw 3 stories out of five and...