CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.

ZuperForms 1.1.7

ZuperForms 1.1.7

Maintained by Sabari.



 
Depends on:
SNHttpRequest>= 0
IQKeyboardManagerSwift>= 0
NVActivityIndicatorView>= 0
EmptyStateKit>= 0
 

  • By
  • sabarics

ZuperForms

Version

ZuperForms is built for the purpose of ensuring safety against COVID-19 by maintaining the proper checklist. The ZuperForms makes it quick and easy to build an excellent checklist module in your iOS app. We provide powerful and customizable UI screens and elements that can be used out-of-the-box to make it according to your app’s theme.

Requirements

  • iOS 11.0+
  • Xcode 10.2+
  • Swift 5+

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate ZuperForms into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'ZuperForms'

ZuperForms

Examples

import ZuperForms

let zuperFormObj = ZuperForms(companyName:"ZuperSoft Solutions")
zuperFormObj.delegate = self
zuperFormObj.modalPresentationStyle = .fullScreen
self.present(zuperFormObj, animated: true, completion: nil)

Clear Data

ZuperFormsData.clear()

Themes

ZuperFormsTheme.backgroundColor = .black
ZuperFormsTheme.primaryColor = .red
ZuperFormsTheme.labelTextColor = .white
ZuperFormsTheme.textFieldTextColor = .white
ZuperFormsTheme.cardViewBackgroundColor = .black