We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab9ab39 commit 56c9093Copy full SHA for 56c9093
1 file changed
README.md
@@ -9,19 +9,19 @@ Hide cells of static UITableViewController
9
10
### CocoaPods
11
12
-```
+```ruby
13
pod 'StaticTableViewController'
14
```
15
16
### Carthage
17
18
+```ogdl
19
github "muyexi/StaticTableViewController"
20
21
22
### Swift Package Manager
23
24
+```swift
25
dependencies: [
26
.Package(url: "https://github.com/muyexi/StaticTableViewController.git", majorVersion: 0)
27
]
@@ -31,7 +31,7 @@ dependencies: [
31
32
Show/hide cells with outlet connections
33
34
35
cell(outletStaticCell1, hidden: true)
36
cells([outletStaticCell1, outletStaticCell2], hidden: true)
37
0 commit comments