axiom-media

Results 4 comments of axiom-media

Following up on this issue, is there any chance of adding a public method to be able to programmatically set isSelected which would not include any animation and work in...

As a follow up to my previous message, I was able to accomplish my needs by creating the following extension: ````swift extension DLRadioButton { func setSelectedWithoutAnimation(_ selected: Bool) { super.isSelected...

@DavydLiu did your testing include placing an instance of DLRadioButton in a UITableView prototype cell in interface builder? In this case, at least in my experience, setting isSelected does not...

Update: I'm sure there is a better way to achieve this, but I was able to get the functionality back by ensuring the minimumPressDuration on my thumbnail image gesture recognizer...