All Projects β†’ rizumita β†’ Ctfeedbackswift

rizumita / Ctfeedbackswift

Licence: mit
Feedback mail composer for iOS re-written in Swift of CTFeedback

Programming Languages

swift
15916 projects

Labels

Projects that are alternatives of or similar to Ctfeedbackswift

Machma
Easy parallel execution of commands with live feedback
Stars: ✭ 438 (+606.45%)
Mutual labels:  feedback
Astuto
A free, open source, self-hosted customer feedback tool 🦊
Stars: ✭ 860 (+1287.1%)
Mutual labels:  feedback
Feedmereadmes
Free README editing+feedback to make your open-source projects grow. See the README maturity model to help you keep going.
Stars: ✭ 1,064 (+1616.13%)
Mutual labels:  feedback
Hapticbutton
A button that is triggered based on the 3D Touch pressure, similar to the iOS 11 control center.
Stars: ✭ 501 (+708.06%)
Mutual labels:  feedback
Smart App Rate
An Android library that encourages users to rate the app on the Google Play.
Stars: ✭ 609 (+882.26%)
Mutual labels:  feedback
Feedback
πŸ“£ We love feedback ✨
Stars: ✭ 15 (-75.81%)
Mutual labels:  feedback
Managers Playbook
πŸ“– Heuristics for effective management
Stars: ✭ 4,504 (+7164.52%)
Mutual labels:  feedback
Peep
Easy Sound Generator πŸ₯
Stars: ✭ 59 (-4.84%)
Mutual labels:  feedback
Jmcs
Java framework to homogenize your GUI across all the 3 main desktop OS, and further integrates your app to them.
Stars: ✭ 5 (-91.94%)
Mutual labels:  feedback
Beetle
Shake to create Bug Report on GitHub, GitLab and Azure DevOps!
Stars: ✭ 45 (-27.42%)
Mutual labels:  feedback
Pycnn
Image Processing with Cellular Neural Networks in Python
Stars: ✭ 509 (+720.97%)
Mutual labels:  feedback
Haptica
Easy Haptic Feedback Generator πŸ“³
Stars: ✭ 587 (+846.77%)
Mutual labels:  feedback
Jquery.tabslideout.js
jQuery plugin to create a side/top/bottom tab that slides out to show a feedback form, contact form, notepad etc.
Stars: ✭ 35 (-43.55%)
Mutual labels:  feedback
Pretty
Library for helping print things prettily, in Clojure - ANSI fonts, formatted exceptions
Stars: ✭ 474 (+664.52%)
Mutual labels:  feedback
Foghorn
πŸ“’ 🚒 R package to summarize CRAN Check Results in the Terminal
Stars: ✭ 52 (-16.13%)
Mutual labels:  feedback
Haptico
Haptico πŸ“³ - easy to use haptic feedback generator with pattern-play support
Stars: ✭ 426 (+587.1%)
Mutual labels:  feedback
Rfcs
RFCs for changes to DevTools
Stars: ✭ 12 (-80.65%)
Mutual labels:  feedback
Pinpointkit
Send better feedback
Stars: ✭ 1,115 (+1698.39%)
Mutual labels:  feedback
Bruit.io
bruit.io is a brilliant✨ easy to use feedback tool
Stars: ✭ 54 (-12.9%)
Mutual labels:  feedback
Spalert
Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.
Stars: ✭ 1,014 (+1535.48%)
Mutual labels:  feedback

CTFeedbackSwift

CTFeedbackSwift is a framework to compose a feedback for iOS 9.0+

CTFeedback is written in Objective-C. CTFeedbackSwift is rebooted with Swift.

Screenshot

Install

CTFeedbackSwift is now support Carthage.

Cartfile

github "rizumita/CTFeedbackSwift"

And do along Carthage documents.

How to use

let configuration = FeedbackConfiguration(toRecipients: ["[email protected]"], usesHTML: true)
let controller    = FeedbackViewController(configuration: configuration)
navigationController?.pushViewController(controller, animated: true)

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].