Alex Türk

Results 18 issues of Alex Türk

I tried to use your DraggableCollectionView for one of my projects, where we wanted to implement an item reorder feature. Your demo looks amazing, the live-reordering of cells and the...

There is still a glitch when you scroll up while calling insertItemAtIndexPath, because the header seems to be reloaded and the initial layout attributes for the cell are wrong causing...

Compared to the default UITabBarController from UIKit, this view controller spread its items along the full width (similar to how flexbox's space-around works). Is there any way I can disable...

Hey :) Thank you for this awesome library! I'm currently facing a weird issue in my project using the shyNavBar in combination with a `UIPageViewController` and `UICollectionView`s (being nested in...

When trying to build TLYShyNavBar with Carthage I get the following warning/error: `WARNING: Skipping build for "iphonesimulator" SDK because the necessary signing identity "-" is not installed` This means trying...

### How can we help? The beta documentation of Live Activities was released and it seems we need separate push tokens to support live activity updates alongside new types of...

Enhancement / Feature

This PR adds the `precision` and `perPixelTolerance`/`overallTolerance` parameters to the different snapshot functions. (#63)

The missing `tolerance` was mentioned here #15 but no PR was added yet. I'll leave this here while I'm experimenting with the implementation to fix failing snapshots on my CI.

enhancement
blocked

I've been planning to remove the GoogleCast dependency for a long time and this repo seems to be exactly what I'm looking for but the last commit is from three...

I have noticed a rendering Bug in my project and I could verify it in your example project using the following setup : ``` -(void)viewDidLoad { [super viewDidLoad]; // Do...