Sandeep Pathak

Results 5 issues of Sandeep Pathak

If I have TKTransitionSubmitButton inside a UIView that is the subview of the superview, the color filling animation only happens inside the immediate superview of the button. How to make...

``` image.fetchFullScreenImageWithCompleteBlock({ (image: UIImage?) -> Void in //code here executes twice for each asset }) ```

This is the result for iPhone 11, where the tableview is hiding below the keyboard: ![IMG_82F15B63BA10-1](https://user-images.githubusercontent.com/25767241/75967786-59358e00-5ef2-11ea-8af6-ac6ce7235e54.jpeg) while the results are as expected for iPhone 6s plus: ![IMG_FAEDC7295082-1](https://user-images.githubusercontent.com/25767241/75960524-3309f100-5ee6-11ea-94dd-059659ede681.jpeg)

This should be a trivial feature. May be I missed something. I want to display search results in case user didn't make a selection and click on next button. I...