CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✓ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Oct 2016 |
| SPMSupports SPM | ✗ |
Maintained by Herman Liang.
To run the example project, clone the repo, and run pod install from the Example directory first.
HLSignalView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "HLSignalView"Add following at the bottom of your Podfile
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '2.3' # or '3.0'
end
end
endUIView onto any view controller of storyboardIdentity Inspector: Custom Class Attributes Inspector: import HLSignalViewHerman Liang, [email protected]
HLSignalView is available under the MIT license. See the LICENSE file for more info.