springlo

Results 9 comments of springlo

you must set view's bgcolor UIColor.clear.

update the DateModel.swift: ``` public enum MonthType { case previous case current case next case custom(year: Int, month: Int) } ``` then ``` func display(in month: MonthType) { currentDates =...

``` @IBInspectable open var isOn: Bool { set { setOn(newValue, animate: false) } get { return on } } ```

After successful signup with MFA, how do I automatically sign in the user? It would be annoying for the user and costly for the developer to send another SMS for...

use kingfisher ``` let galleryItem = GalleryItem.image { imageCompletion in let item = self.resList[index] let imgpath = item["resourceUrl"] as! String imgView.kf.setImage(with: URL(string: imgpath.imageFullPath)!, placeholder: nil, options: nil, progressBlock: nil, completionHandler:...

U can use ```GalleryViewController.footerView```

```GalleryViewController.currentIndex```

``` ./carthage.sh update --platform "iOS" ``` carthage.sh: ``` # carthage.sh # Usage example: ./carthage.sh build --platform iOS set -euo pipefail xcconfig=$(mktemp /tmp/static.xcconfig.XXXXXX) trap 'rm -f "$xcconfig"' INT TERM HUP EXIT...

how to use the cutter?