Skip to content

Commit

Permalink
Change header view access level and update version 0.9.2 to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nakano committed Sep 19, 2018
1 parent 45f76cc commit c78778c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions HeaderZoomTableView/HeaderImage/HeaderImageView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import UIKit

class HeaderImageView: UIView {
public class HeaderImageView: UIView {

@IBOutlet private weak var imageView: UIImageView!
@IBOutlet private weak var imageViewHeightConstraint: NSLayoutConstraint!
Expand Down Expand Up @@ -56,12 +56,12 @@ class HeaderImageView: UIView {
loadNib()
}

required init?(coder aDecoder: NSCoder) {
required public init?(coder aDecoder: NSCoder) {
super.init(coder: aDecoder)
loadNib()
}

override func layoutSubviews() {
override public func layoutSubviews() {
super.layoutSubviews()
imageViewWidthConstraint.constant = self.bounds.width
}
Expand Down
2 changes: 1 addition & 1 deletion HeaderZoomTableView/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.9.2</string>
<string>0.9.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit c78778c

Please sign in to comment.