Basil Mariano

Results 3 issues of Basil Mariano

The AM / PM will disappear when Opening the DateTimePicker and Tapping "OK" button without changing time time. Step to replicate: 1. Open date time picker 2. Select a Date...

Implement a function like from **UICollectionViewFlowLayoutDelegate** ``` - (CGFloat)collectionView:(UICollectionView *)collectionView layout:(UICollectionView *)collectionViewLayout minimumInteritemSpacingForSectionAtIndex:(NSInteger)section { return 10; // This is the minimum inter item spacing, can be more } ```

``` Pods/DKPhotoGaller y/DKPhotoGallery/Preview/ImagePreview/DKPhotoBaseImagePreviewVC.swift:11:8: error: compiling for iOS 9.0, but module 'SwiftyGif' has a minimum deployment target of iOS 10.0: ``` Can we update the framework pls