Peerapat Atawatana
Peerapat Atawatana
Hi, For example, If I have page 1-4 when I am at page 1 and drag left to right, I want a page to move right a little and bounce...
Hi, I would like to have the stepper value to also be able to edit by keyboard when click on it. just like UITextfield. Is there any solution for me...
**Describe the bug** Application crash when we done cropping and repeat tap done button before library done the cropping process. **To Reproduce** Steps to reproduce the behavior: 1. Show TOCropViewController...
using cocoapod version 1.9.5 I try to hide keyboard autocompletion with these code ``` textView.autocorrectionType = .No textView.autocapitalizationType = .None ``` or ``` override func textViewDidBeginEditing(textView: UITextView) { textView.autocorrectionType =...