Skip to content

Commit

Permalink
update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree committed Mar 10, 2021
1 parent 3f9ac99 commit f613820
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ self.scrollView.easy.coordinator.animationDuration = 1
```swift
//Objective-C请调用easy_前缀的方法
@objc var easy_coordinator: EasyListCoordinator
@objc func easy_appendView(_ view: UIView)
@objc func easy_insertView(_ view: UIView, after element: Any)
@objc func easy_insertView(_ view: UIView, before element: Any)
@objc func easy_appendView(_ view: ViewOrClosure)
@objc func easy_insertView(_ view: ViewOrClosure, after element: Any)
@objc func easy_insertView(_ view: ViewOrClosure, before element: Any)
@objc func easy_deleteElement(_ element: Any)
@objc func easy_deleteAll()
@objc func easy_beginUpdates()
Expand All @@ -226,7 +226,7 @@ pod 'EasyListView'

```swift
dependencies: [
.package(url: "https://github.com/moliya/EasyListView", from: "1.0.0")
.package(url: "https://github.com/moliya/EasyListView", from: "1.1.0")
]
```

Expand Down

0 comments on commit f613820

Please sign in to comment.