Alex Tang
Alex Tang
On occasion, i've had to make FSPagerCells that have shadow borders that bleed outside of the cell (and thus outside the underlying UICollectionView). This Pull Request adds the ability to...
If a diff contains a row that is to be deleted, and a row that is to be updated that has the same indexPath as the deleted row (before it...
**What is your use-case and why do you need this feature?** I'm using Realm for storing data locally (on android) and JSON to transfer data over the wire. My data...
I have a UIImageView that I'm using YYWebImage to set the image using: self.imageView.yy_setImage(with: url, placeholder: placeholderImage) However, I am sometimes sent a notification that tells me the URL of...
Can we get throttling control in the b2 command line tool (especially for sync)? Thanks.
In my iOS app, I have two StreamingKit players that I swap at various times. They are both setup using the same parameters let options = STKAudioPlayerOptions(flushQueueOnSeek: false, enableVolumeMixer: true,...