FAQView
An easy to use FAQ view for iOS written in Swift.
- This view is a subclass of UIView.
Setup with CocoaPods
If you are using CocoaPods add this text to your Podfile
and run pod install
.
use_frameworks!
target 'Your target name'
pod 'FAQView', '~> 0.5.0'
Or Add source
Simply add
FAQView.swift file to you project.
Usage
Creating a view from the code
Attributed text answers
You may use attributed text instead of plain text. Set the attributedAnswer
property of items to an NSAttributedString.
Customization
Requirements
- Swift 4.0
- Xcode 9.0+
- FAQView 0.4.x is compatible with Swift 3
- iOS 9.0+
Author
Contributing
Feature requests, bug reports, and pull requests are all welcome.
License
Copyright (c) 2016-present Mukesh Thawani. Release under the MIT License.