Skip to content

JMCPH/JMForms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

70 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Swift v5 Pod version Carthage compatible Stars Issues Forks

JMForms - Simple form builder

JMForms is a form builder written in Swift 5 πŸ“
The form was originally developed for the Tiimo | The ADHD & autism app.
In 2021 we changed the way activities are created and the form have not been used since.

alt text

Requirements

  • Xcode 10.2
  • iOS 13.0+

Installation

Cocoapods

pod 'JMForms'

Carthage

github "JMCPH/JMForms"

Usage example - Coming soon...

JMFormItemTypes
  • UITextField
  • UITextView
  • UISwitch
  • UIImagePicker
  • More coming soon...

Author

πŸ•΄πŸ» Jakob Mikkelsen
πŸ“© Email
πŸ”— LinkedIn
πŸ–₯ Website

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork it (https://github.com/JMCPH/JMForms/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Acknowledgements