FelipeCardoso89 / UILoadControl

Add a PushToLoad control to any UIScrollView
MIT License
56 stars 20 forks source link

open up interfaces to objective c to use #10

Open johnny77221 opened 6 years ago

johnny77221 commented 6 years ago

You can add @objc for: @objc public var loadControl: UILoadControl? @objc func updateUI() @objc public func endLoading() so that people using objective c can also use this library