FlexLayoutKit

Flexbox in Swift,like SwiftUI and Flutter

MIT License

Stars
12

Bot releases are hidden (Show)

FlexLayoutKit - 0.3版本 image扩展 Latest Release

Published by BestYun 12 months ago

  • 增加了百分比功能
  • 增加ImageView SDWebImage扩展
    • 安装:pod "FlexBoxUIKit/SDWebImage"
  • 增加ImageView Kingfisher扩展,注意:此库需要ios12以上
    • 安装:pod "FlexBoxUIKit/Kingfisher"

注意

SDWebImage和Kingfisher二选一即可
用法:
@ UState var imgUrl = "https://upload-images.jianshu.io/upload_images/5809200-a99419bb94924e6d.jpg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240"
ImageView(url: $imgUrl).size(100).backgroundColor(.orange).margin(.vertical,10)
或者
ImageView(url: "https://example.com/xx.png").size(100).backgroundColor(.orange).margin(.vertical,10)

Package Rankings
Top 27.13% on Cocoapods.org
Badges
Extracted from project README
CocoaPods
Related Projects