salvasp

Results 4 comments of salvasp

the enums are changed with Swift 4.2 You should completely delete `public static var count: Int` and declare `public enum PiecePlaceEnum: Int, CaseIterable` then use `PiecePlaceEnum.allCases.count` for the count **Note...

Try to set the arrow size with the options ``` popover = Popover( options: [ .type(PopoverType.down), PopoverOption.blackOverlayColor(UIColor.black.withAlphaComponent(0.7)), PopoverOption.sideEdge(8), PopoverOption.arrowSize(CGSize(width: 12, height: 6))], //here showHandler: nil, dismissHandler: nil) ```

You can create a custom class for the carousel view (xib and CustomClass:UIView) with a button and the imageview then ``` func carousel(_ carousel: iCarousel, viewForItemAt index: Int, reusing view:...

add this class in your app.css to change it. to localize it you probably have to use SCSS ``` .flp-container .flp-cancel-container .flp-btn-cancel::after { text: New Text; } ``` ![screen](https://user-images.githubusercontent.com/25063923/57578851-cf649200-7493-11e9-9270-91cbe0118104.png)