Ahmadreza
Ahmadreza
I changed proposedInteritemSpacing function value inside the FSPagerViewTransformer to achieve what I wanted. now mine is this: case .overlap: guard scrollDirection == .horizontal else { return 0 } return pagerView.itemSize.width...
No > On Esfand 16, 1397 AP, at 3:38 PM, sultan Ali wrote: > > did you solved it ? > > — > You are receiving this because you...
Version 9.3 (9E145) iOS 11.3
I tested the @filletofish answer but the scroll has weird issues & it's not perfect. is there any other solution to change scroll direction to vertical?
Finally I came up with this: import UIKit open class CardsCollectionViewLayout: UICollectionViewLayout { // MARK: - Layout configuration public var itemSize: CGSize = CGSize(width: 200, height: 100) { didSet{ invalidateLayout()...
I'm having this problem too.
``` extension UIViewController { func simpleAlertTextView(title:String, message:String = "", placeHolder:String = "Write here...", style:UIAlertController.Style = .alert, comple: @escaping (String)->()) { var text = "" let alert = UIAlertController(style: style, title:...
Copy ColorPicker storyboard interface from demo project to your storyboard.
I have this problem with SVG urls & SDImageSVGNativeCoder.