RV

Results 29 comments of RV

@luisfelipesv just comment two lines: ``` Swift springBehaviour.damping = 0.8 springBehaviour.frequency = 1.0 ```

finally, if you use this code: ```swift public protocol BoxBase: CollectionReloadable { } public protocol BoxType: BoxBase { var id: String { get set } func view() -> UIView func...

![1](https://user-images.githubusercontent.com/7115804/54106416-1deba680-43e7-11e9-8327-036f008fa784.gif)

@hstdt Yes, on iPad actionButton with `.cancel` style doesn't appear. Use `.default` or `.destructive` instead of `.cancel`.

no way to do it in `UIAlertController`

@anjaliTrivedi You can load XIB into UIViewController, its simple.

@bmkaraduman Hi. The sample in the project.

@son0417 its not include in source folder, its implement by extension.