File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
ALTableViewClasses/Elements/Section
TestALTableView/TestALTableView Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = "ALTableView"
11
- s . version = "0.3.5 "
11
+ s . version = "0.3.6 "
12
12
s . summary = "An easy way to manage UITableView and UITableViewController"
13
13
14
14
# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change @@ -57,7 +57,10 @@ extension ALSectionElement {
57
57
}
58
58
59
59
@objc func toggleOpen( sender: Any ) {
60
-
60
+ if let tapGesture = sender as? UITapGestureRecognizer ,
61
+ let headerView = tapGesture. view as? UITableViewHeaderFooterView {
62
+ self . headerElement? . headerFooterElementPressed ( view: headerView)
63
+ }
61
64
if self . isExpandable {
62
65
self . toggleOpenWith ( userAction: true )
63
66
}
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.3.5 </string >
18
+ <string >0.3.6 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >$(CURRENT_PROJECT_VERSION) </string >
21
21
<key >NSPrincipalClass </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.3.5 </string >
18
+ <string >0.3.6 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >1 </string >
21
21
<key >LSRequiresIPhoneOS </key >
You can’t perform that action at this time.
0 commit comments