Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

I have a hobby organization that records sign-ins on a weekly basis. I would like to find an app that allows me to take attendance and have each attendee sign that they were present, then be able to generate a printable sign-in sheet that can go in the printed records.

Does anyone know of such an app? I've found good attendance apps, and I've found apps to take signatures though they usually only allow for one person to sign. I need the best of both worlds!

share|improve this question

1 Answer

Hm, I don't know of an app that does exactly what you ask. However, from a developer's perspective, these requirements are not extremely demanding. Are you or any of the buddies in your organization an iOS developer? If so, you could create a simple app showing a table view streaming from Core Data or a plist file, and have a detail view containing sign in fields. The inputed signature could then be stored in the appropriate Core Data index for the user. A printable CSV file could then be created based upon which users had signatures within the Core Data structure.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.