Yogesh Patel
Yogesh Patel
Hey, this library work on iPhone and iPad but in macOS, it not save information in the keychain. please help. (MacCatalyst)
@khush004 got any solution? facing same issue
For remove player add this code ASVideoPlayerController class. hope it's helpful for you. ``` func removePlayer(tableView: UITableView){ let visisbleCells = tableView.visibleCells var maxHeight: CGFloat = 0.0 for cellView in visisbleCells...
Not showing allowsInlineMediaPlayback this property in Swift 5 iOS 13. Can you please help me on this?