스위프트 배지 라이브러리 주소

https://github.com/evgenyneu/swift-badge


Demo-iOS 에 CreateBadgeFromCodeViewController 참조


    lazy var mBadge : UIView = {

        let real = UIView()

        let ret = BadgeSwift()

        real.addSubview(ret)

        self.configureBadge(ret)

        self.positionBadge(ret, view: real)

        return real

    }()


real이랰ㅋㅋㅋ 나도 참.

'{BE} Python 3.1x' 카테고리의 다른 글

swift free book pdf  (0) 2020.06.23
swift 4.2에서 잘되는 background timer  (0) 2020.06.23
pyCharm 세팅  (0) 2020.06.23
티스토리 카테고리 크롱크롱  (0) 2020.06.23
p001- nltk  (0) 2020.06.21

+ Recent posts