swift4 高仿 swift组件 直播

1.swift4

 

https://github.com/search?utf8=%E2%9C%93&q=SearchBtn+target++language%3Aswift&type=Code

 

https://github.com/Sai628/moviejie-iOS

 https://github.com/lumianie/DouYuSwift

2.handyjson

extension NominalType {
    var nominalTypeDescriptor: NominalTypeDescriptor? {
        let pointer = UnsafePointer<Int>(self.pointer)
        let base = pointer.advanced(by: nominalTypeDescriptorOffsetLocation)
        if base.pointee == 0 {
            // swift class created dynamically in objc-runtime didn't have valid nominalTypeDescriptor
            return nil
        }
        return NominalTypeDescriptor(pointer: relativePointer(base: base, offset: base.pointee-base.hashValue))
    }

 

 

3.高仿

https://github.com/xiaofu666/highCopyProject

4.

SlideMenuControllerSwift Yuji Hato 侧滑菜单组件

https://www.jianshu.com/p/c312aec6abfd 

 

5.直播

https://github.com/search?utf8=%E2%9C%93&q=Encoder+Demo+Created+by+Geraint+Davies&type=Code

 

posted @ 2018-05-17 18:20  lianhuaren  阅读(147)  评论(0)    收藏  举报