Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Merge branch 'deploy/1.9.1' into productive
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Mar 4, 2019
2 parents 2838898 + 8991fe3 commit 9b56780
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Frameworks/SupportingFiles/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>1.9.0</string>
<string>1.9.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion HandyUIKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "HandyUIKit"
s.version = "1.9.0"
s.version = "1.9.1"
s.summary = "Handy UI features that should have been part of UIKit in the first place."

s.description = <<-DESC
Expand Down
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ let package = Package(
dependencies: ["HandyUIKit"],
exclude: ["Tests/SupportingFiles"]
)
],
swiftLanguageVersions: [4_2]
]
)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ alt="Build Status">
alt="codebeat badge">
</a>
<a href="https://github.com/Flinesoft/HandyUIKit/releases">
<img src="https://img.shields.io/badge/Version-1.9.0-blue.svg"
alt="Version: 1.9.0">
<img src="https://img.shields.io/badge/Version-1.9.1-blue.svg"
alt="Version: 1.9.1">
</a>
<img src="https://img.shields.io/badge/Swift-4.2-FFAC45.svg"
alt="Swift: 4.2">
Expand Down Expand Up @@ -317,7 +317,7 @@ By default `NibLoadable` will search for a file named like your type, for exampl

Your view must be set as the `Files owner` within the XIB file, also there must be only one root `UIView` object (which should just be of type `UIView`, not your subclass).

Now you can add `IBOutlets` and `IBActions` to your subclass and connect them within the XIB file to the `Files owner`.
Now you can add `IBOutlets` and `IBActions` to your subclass and connect them within the XIB file to the `Files owner`.

In order to make loading work from both code and Storyboards, call `loadFromNib()` from within your init methods like so:

Expand Down

0 comments on commit 9b56780

Please sign in to comment.