Arthur
Arthur
When rotate with opened side menu, there is an error with collectionView that's contentView. Consider the following: that's my collectionview with some items. Flow layout is applied, and items' width...
When I saw SwiftyUserDefaults I thought it's a really nice little lib that adds some nice syntactic sugar over UserDefaults. As a result I used it extensively in my project,...
I want to be able not to only open the sheet by pulling, but also by tapping on it. How can I achieve it?
Currently, if I need to create multiple attributedString, I have to create multiple builders, then set default attributes to each new builder. Would be nice to have something like `builder.resetText`,...